Skip to content

A rocket.rs library to allow using tokio in request handlers, and to allow returning futures

License

Notifications You must be signed in to change notification settings

wobscale/multi-reactor_drifting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-reactor drifting

This project provides an integration between tokio and rocket.

It should not be necessary in the long term since rocket plans to have an async story itself in the future.

In the meanwhile, this crate provides the easiest way I know of to work with tokio and/or futures as part of a rocket request.

See the examples folder for what usage of this library looks like.

About

A rocket.rs library to allow using tokio in request handlers, and to allow returning futures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages