Restioson

Results 199 comments of Restioson

Ideally, the user shouldn't have to choose between getting to use `split_receiver` and not allocating extra capacity for a channel that is never used. In the spirit of Rust's zero-cost...

It's also worth mentioning that the ordering behaviour might not work as expected with a rendezvous channel, but I'm not 100% sure of this

Example implementation: https://ryhl.io/blog/actors-with-tokio/

> This is what https://github.com/comit-network/xtra-productivity does although it is not yet updated to the latest version of xtra I have this updated on a local copy :) Will push my...

> Why is u32 not good enough? Are you thinking of custom priorities with enums? Yes, this is what I was thinking. It might be a bit easier to reason...

That's true. I mostly worry about the flexibility concerns here.

Good point, I will make sure to clarify this ahead of 0.6.0

A `fn bounded` and `fn unbounded` as alternatives to `fn create` could be one way of handling this.

I think this will need to be rebased or updated now that #160 has been merged