Pinned Repositories
async-channel
Async multi-producer multi-consumer channel
async-compat
Compatibility adapter between tokio and futures
async-dup
Duplicate an async I/O handle
async-executor
Async executor
async-io
Async I/O and timers
async-net
Async networking primitives for TCP/UDP/Unix communication
async-task
Task abstraction for building executors
polling
Portable interface to epoll, kqueue, event ports, and wepoll
smol
A small and fast async runtime for Rust
vec-arena
A simple object arena
snobby's Repositories
snobby/async-channel
Async multi-producer multi-consumer channel
snobby/async-compat
Compatibility adapter between tokio and futures
snobby/async-dup
Duplicate an async I/O handle
snobby/async-executor
Async executor
snobby/async-io
Async I/O and timers
snobby/async-net
Async networking primitives for TCP/UDP/Unix communication
snobby/async-task
Task abstraction for building executors
snobby/polling
Portable interface to epoll, kqueue, event ports, and wepoll
snobby/smol
A small and fast async runtime for Rust
snobby/vec-arena
A simple object arena
snobby/async-fs
Async filesystem primitives
snobby/async-lock
Async synchronization primitives
snobby/async-process
Async interface for working with processes
snobby/async-rustls
Async TLS/SSL streams using rustls
snobby/atomic-waker
futures::task::AtomicWaker extracted into its own crate
snobby/blocking
A thread pool for isolating blocking I/O in async programs
snobby/cache-padded
Prevent false sharing by padding and aligning to the length of a cache line
snobby/concurrent-queue
Concurrent multi-producer multi-consumer queue
snobby/easy-parallel
Run closures in parallel
snobby/event-listener
Notify async tasks or threads
snobby/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.
snobby/fastrand
A simple and fast random number generator
snobby/futures-lite
Futures, streams, and async I/O combinators.
snobby/go-fastdfs
A simple fast, easy use distributed file system written by golang(similar fastdfs).go-fastdfs 是一个简单的分布式文件存储,具有高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。
snobby/gopacket
Provides packet processing capabilities for Go
snobby/nb-connect
Non-blocking TCP or Unix connect
snobby/parking
Thread parking and unparking
snobby/quic-go
A QUIC implementation in pure go
snobby/redox
Mirror of https://gitlab.redox-os.org/redox-os/redox
snobby/waker-fn
Convert closures into wakers