v0.1.9
Added: - Implement `Sync` for `Sender`. There is not a whole lot someone can do with a `&Sender`, but this allows storing the sender in places that are overly conservative and require a `Sync` bound on the content.
Added: - Implement `Sync` for `Sender`. There is not a whole lot someone can do with a `&Sender`, but this allows storing the sender in places that are overly conservative and require a `Sync` bound on the content.