Describe the solution you'd like
evident uses sync channels from std.
This works ok, but it requires some form of middleman to move events between provider and subscriber.
It would be nice to have a custom multi producer multi consumer like channel.
Describe alternatives you've considered
Wait until std provides something.
Describe the solution you'd like
evidentuses sync channels from std.This works ok, but it requires some form of middleman to move events between provider and subscriber.
It would be nice to have a custom multi producer multi consumer like channel.
Describe alternatives you've considered
Wait until std provides something.