13 std::string msg =
"Hello, Condy (via module)!\n";
Coroutine type used to define a coroutine function.
T sync_wait(Runtime &runtime, Coro< T, Allocator > coro)
Synchronously wait for a coroutine to complete in the given runtime.
MutableBuffer buffer(void *data, size_t size) noexcept
Create a buffer object from various data sources.
auto async_write(Fd fd, const Buffer &buf, __u64 offset, int flags=0)
See io_uring_prep_write.