Package netpoll implements a network poller based on epoll/kqueue.
Package shm provides a way to use System V shared memory.
Package sendfile wraps the sendfile system call.
Package raft implements the Raft distributed consensus protocol based on hslam/rpc.
Package ipc provides a way to use System V IPC, including message queues, semaphore, and shared memory.
Package msg provides a way to use System V message queues.
The raftdb implements a simple distributed key-value database, using the raft distributed consensus protocol.
Package sem provides a way to use System V semaphores.
Package socket implements a network socket that supports TCP, UNIX, HTTP and WS.