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
Currently we use tokio and spawn lots of tasks to make sure our concurrency works. By virtue of the equiment deliver by tokio, this will costs unexpected heap cost. We need to rewrite our codes.
The text was updated successfully, but these errors were encountered:
Currently we use tokio and spawn lots of tasks to make sure our concurrency works. By virtue of the equiment deliver by tokio, this will costs unexpected heap cost. We need to rewrite our codes.
The text was updated successfully, but these errors were encountered: