This is a very simple async runtime implementation for rust. It just works in single thread with block_on, spawn and sleep. Maybe I'll write multi-thread, locks and channels later. Please see src/bin/main.rs for example.