hermit-rs
hermit-rs copied to clipboard
Question: is there any async network feature available
Recently a PR landed on smoltcp that brought async support to the tcp stack. I'm not certain if libhermit-rs or rusty-hermit is directly exposing this api.
So my question: is there any support for async networking already? Particularly I'm interested in non blocking network IO / green threading when it comes to serving tcp traffic.
I went already thru the code base but couldn't find anything that looks like it, maybe I'm missing something?
Currently not, I am working on it. I hope that this feature comes soon.
Oh nice! I think this will become a game changer when it comes to practicality and performance.
Is there something that one can support you with?
Currently not, but I think that am able to upload a prototype soon. Afterwards, a review will be nice. :-)
It need sometime, but a prototype is available at #117. However, it just a test version.