Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels