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
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Granc Core uses Tokio both to construct streams and for
mpscchannels.We could either use the sync version of
mpscor try out a more lightweight solution.The idea behind this is to reduce compile times and also I find it too much to depend on such a huge library as Tokio only for these minimal features.
Tokio as a dev-dependency instead is ok.