Skip to content

Remove SyncStream #180

@akiradeveloper

Description

@akiradeveloper

To make a stream Send, we have a wrapper class which implements Stream.

struct SyncStream<S> {
    st: sync_wrapper::SyncWrapper<S>,
}

I've given back this implementation to the upstream in the following commit

Actyx/sync_wrapper@778cffe

When the new crate is out, let's use it.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions