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
It'd be really helpful if there were examples of using the futures-based APIs.
I'm currently trying out multiqueue in a Gotham-based webapp and when I try to use the futures::stream::Stream API (specifically into_future), I'm getting ridiculous CPU usage (>15% per receiver). So I assume I must be doing something wrong, hence a desire for example code to double-check myself :)
The text was updated successfully, but these errors were encountered:
Hi!
It'd be really helpful if there were examples of using the futures-based APIs.
I'm currently trying out multiqueue in a Gotham-based webapp and when I try to use the
futures::stream::Stream
API (specifically into_future), I'm getting ridiculous CPU usage (>15% per receiver). So I assume I must be doing something wrong, hence a desire for example code to double-check myself :)The text was updated successfully, but these errors were encountered: