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
Maybe not.
I looked at the code, it seems a channel implementation. Usually channel's impl does not couple with runtime(runtime provide it just for convenient).
You can always use a third-party channel implementation with any runtime. If you want to use it, I suggest you import their crate or fork the code to an independent crate.
I think this should be relooked at. A channel_mesh implementation would likely be required for something like Sharding to be implemented, which is a feature I believe Monoio would really benefit from. Being able to shard requests to a specific thread would allow for stateful data to be saved without needing it to be sent or synchronized with another thread.
Hi just wanted to say thankyou for the great library.
I am wonder if there plans for a channel_mesh API like in glommio?
The text was updated successfully, but these errors were encountered: