package
0.0.0-20220926161041-69611e8b13d5
Repository: https://github.com/godzie44/go-uring.git
Documentation: pkg.go.dev

# Functions

New create new reactor instance.rings - io_uring instances.
NewNet create NetworkReactor instance.
WithLogger set logger for event loop.
WithTickTimeout set tick duration for event loop.

# Variables

No description provided by the author

# Structs

NetworkReactor is event loop's manager with main responsibility - handling client requests and return responses asynchronously.NetworkReactor optimized for network operations like Accept, Recv, Send.
Reactor is event loop's manager with main responsibility - handling client requests and return responses asynchronously.

# Interfaces

No description provided by the author
NetOperation must be implemented by NetworkReactor supported operations.

# Type aliases

No description provided by the author
No description provided by the author
RequestID identifier of operation queued into NetworkReactor.