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
Should be fairly similar to timers. Need to add some bookkeeping structures in the Executor and notify listener tasks as channel.send is called from another task.
Can also think about implementing multi threaded channels for communicating between Executors or communicating with other runtimes like tokio.
The text was updated successfully, but these errors were encountered:
ozgrakkurt
changed the title
Implement thread local channels
Thread local channels
Dec 28, 2024
Should be fairly similar to timers. Need to add some bookkeeping structures in the
Executor
and notify listener tasks as channel.send is called from another task.Can also think about implementing multi threaded channels for communicating between
Executors
or communicating with other runtimes liketokio
.The text was updated successfully, but these errors were encountered: