| 78 | }; |
| 79 | |
| 80 | IOUringCompletionHandler * |
| 81 | handle(const std::function<void(int)> &f) |
| 82 | { |
| 83 | return new FunctionHolderHandler(std::move(f)); |
| 84 | } |
| 85 | |
| 86 | void |
| 87 | io_uring_write(IOUringContext &ur, int fd, const char *data, size_t len, const std::function<void(int)> &f) |
no outgoing calls
no test coverage detected