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 Oct 28, 2025. It is now read-only.
I want to send data from any rust thread to fiber in the tarantool thread.
But the coio channel works only in the tarantool thread. Right?
I am trying to implement a simple channel with system pipe and queue, but i don't know what is the best solution.
Please consider adding a similar feature.
I want to send data from any rust thread to fiber in the tarantool thread.
But the coio channel works only in the tarantool thread. Right?
I am trying to implement a simple channel with system pipe and queue, but i don't know what is the best solution.
Please consider adding a similar feature.
my simple demo: