issues
search
paritytech
/
orchestra
A partial actor pattern with a global orchestrator.
GNU General Public License v3.0
27
stars
3
forks
source link
Various fixes and neats for the metered-channel
#37
Closed
vstakhov
closed
1 year ago
vstakhov
commented
1 year ago
Here is the list of tasks:
[x] Use
async_channel
for unbounded channels
[x] Add unit tests for the unbounded channels
[x] Update versions and dependencies - orchestra has added some incompatible changes over the errors handling, hence it is good to follow semver here
[x] Use
thiserror
in the example to ensure we are compatible with the ordinary use case
[x] Added
len
methods for all senders and receivers, because we have this information now
Here is the list of tasks:
async_channel
for unbounded channelsthiserror
in the example to ensure we are compatible with the ordinary use caselen
methods for all senders and receivers, because we have this information now