You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: