MCPcopy Create free account
hub / github.com/apache/trafficserver / handle

Function handle

src/iocore/io_uring/unit_tests/test_diskIO.cc:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

io_uring_writeFunction · 0.85
io_uring_readFunction · 0.85
io_uring_closeFunction · 0.85
io_uring_acceptFunction · 0.85
io_uring_connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected