Hi,
Is there any way to use your library with mio? I would want to add laminar to my system, but it is based on a single thread that wakes up with the mio's poll.
If it is not possible now, there are ideas to add this feature in the future? I think that it will be possible "easily" if the library allows the user to choose the underlying socket type used (something similar that tungstenite-rs uses in their web sockets here.
Thanks for your great work!
Hi,
Is there any way to use your library with
mio? I would want to addlaminarto my system, but it is based on a single thread that wakes up with themio's poll.If it is not possible now, there are ideas to add this feature in the future? I think that it will be possible "easily" if the library allows the user to choose the underlying socket type used (something similar that tungstenite-rs uses in their web sockets here.
Thanks for your great work!