smol-rs

Results 26 repositories owned by smol-rs

smol

3.5k
Stars
149
Forks
Watchers

A small and fast async runtime for Rust

async-channel

712
Stars
38
Forks
Watchers

Async multi-producer multi-consumer channel

async-executor

279
Stars
34
Forks
Watchers

Async executor

async-io

403
Stars
63
Forks
Watchers

Async I/O and timers

async-lock

232
Stars
29
Forks
Watchers

Async synchronization primitives

async-net

123
Stars
15
Forks
Watchers

Async networking primitives for TCP/UDP/Unix communication

async-process

158
Stars
24
Forks
Watchers

Async interface for working with processes

async-task

361
Stars
33
Forks
Watchers

Task abstraction for building executors

blocking

315
Stars
19
Forks
Watchers

A thread pool for isolating blocking I/O in async programs

event-listener

379
Stars
26
Forks
Watchers

Notify async tasks or threads