Skip to content

miquels/async-wait-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-await-test

Toying around with tokio 0.1, futures 0.3-alpha, and async/wait.

src/main.rs implements a very basic HTTP fileserver, using tokio 0.1, futures 0.3-alpha, and async/await.

The 0.1 compatibility methods from (nightly) futures@0.3 are used to map the new futures from/to the old (stable) ones that tokio uses.

The code is commented extensively.

Docs used

For futures 0.3, 0.1 compat, tokio, async/await:

For working with tokio_threadpool::blocking:

About

toying around with rust async/await, furures 0.1 compat, tokio, blocking i/o.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages