Thomas Eizinger
Thomas Eizinger
> This is currently blocked by these PRs: > > * [Introduce generic `ChanPtr` #158](https://github.com/Restioson/xtra/pull/158) > > * [Introduce top-level `recv_future` module #159](https://github.com/Restioson/xtra/pull/159) I've squash-merged both PRs into here so...
> Is this PR ready? Yes!
> Is this PR ready? It probably needs a changelog entry before we can merge it though. Plus the README needs to be adjusted too!
> `actor` would be nullable since a disconnected message channel wouldn't know the actor type. A message channel knows which actor it is targeting so I think this should still...
This will also be a breaking change so I think we should try and get it into 0.6.
This PR actually made me wonder, why do we have the `RxWeak` type? We don't ever seem to use it :)
> This PR actually made me wonder, why do we have the `RxWeak` type? We don't ever seem to use it :) I had a crack at removing this in...
Setting this to draft until #160 is either merged or closed.
Going to continue here once #158 is merged.
I've merged https://github.com/Restioson/xtra/pull/158 into here under the assumption that it is not going to change much anymore until it is merged, meaning this should only be reviewed once https://github.com/Restioson/xtra/pull/158 is...