Robyn
Robyn copied to clipboard
eliminate the need for pyo3-asyncio
This will require us to handle the
- runtime
- async event loop
Benefits include
- better performance
@VishnuSanal
ref:
https://github.com/emmett-framework/granian/blob/master/src/runtime.rs
https://github.com/emmett-framework/granian/blob/master/src/callbacks.rs
I am working on this!