Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 307 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 307 Bytes

Rust Futures From Scratch

This is my attempt at implementing a Rust future "from scratch" for process events.

We do not use Tokio, or Mio. Instead implement our own executor and reactor which communicate with futures through thread local state.

This is an example implementation for (TODO this blog).