#include <keel/allocator.h>
#include <keel/event.h>
#include <sys/types.h>
Go to the source code of this file.
|
| KlFileIO * | kl_file_io_create (KlEventLoop *loop, KlAllocator *alloc) |
| | Create async file I/O backend from the event loop. Returns NULL if the backend doesn't support async file I/O. Caller owns the returned object; free with fio->destroy(fio).
|
| |
◆ KlFileIO
◆ kl_file_io_create()
Create async file I/O backend from the event loop. Returns NULL if the backend doesn't support async file I/O. Caller owns the returned object; free with fio->destroy(fio).