what-the-async

Crates.iowhat-the-async
lib.rswhat-the-async
version0.1.0
sourcesrc
created_at2022-05-09 08:29:18.847553
updated_at2022-05-09 08:29:18.847553
descriptionA simple runtime
homepage
repositoryhttps://github.com/conradludgate/what-the-async
max_upload_size
id583094
size21,102
Conrad Ludgate (conradludgate)

documentation

README

what-the-async

This is an async runtime following the executor-reactor model.

Executor

Executors are incharge with polling tasks and spawning futures. They provide the contexts that let tasks be woken up correctly.

Reactor

Reactors handle side effects, like OS events or timers. Leaf futures will put their wakers onto the reactor, in order to wake up when the resources are ready

Hyper

Hyper is a runtime agnostic HTTP implementation. This means it can work with this executor/reactor combo

Commit count: 11

cargo fmt