package
0.0.0-20211111213543-6fb83e431c0e
Repository: https://github.com/anadav/uring.git
Documentation: pkg.go.dev
# Functions
Setup setups requested number of shards, with shared kernel worker pool.
# Constants
FlagBatchSubmission enables feature to batch individual submission together in one unix.
FlagSharedWorkers shares worker pool from the first ring instance between all shards in the queue.
WaitEnter monitors completion queue by waiting on IO_URING_ENTER with minComplete=1 Registering files and buffers requires uring to become idle, with WaitEnter we are blocking until the next event is completed.
WaitEventfd wathches eventfd of each queue in the shard.
WaitPoll monitors completion queue by polling (or IO_URING_ENTER with minComplete=0 in case of IOPOLL).
# Variables
ErrClosed returned if queue was closed.
# Type aliases
No description provided by the author