Open baer-devl opened 5 years ago
Create an unbounded crossbeam_channel by default. For bounded crossbeam_channel use the 'set_notification_channel_capacity' to a value of choice.
This should fix the issue #166
All tests are passed as well!
Create an unbounded crossbeam_channel by default. For bounded crossbeam_channel use the 'set_notification_channel_capacity' to a value of choice.
This should fix the issue #166