Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support soml runtime #15

Closed
luover opened this issue Apr 26, 2020 · 0 comments
Closed

support soml runtime #15

luover opened this issue Apr 26, 2020 · 0 comments

Comments

@luover
Copy link

luover commented Apr 26, 2020

support smol runtime let ntex be first rust framework can support tokio/async-std ecosystem.

I find smol support task::local and Thread-local executor for !Send futures. so i think ntex can port to support smol runtime. async-std will support/use it

I think it will be some cool:

  • we can use std api more direct (fs, net, etc)
  • better work with futures library (like futures-io)
  • anyone can use ntex no need care runtime.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant