input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

Send + 'static bounds for types returned by the network service implementation #718

Closed mzabaluev closed 5 years ago

mzabaluev commented 5 years ago

For the upcoming port of network-grpc to tower-hyper, it's convenient to add a requirement for future and stream objects returned by the network-core service implementation API to be sendable between threads.

Required for #717.

Other changes in this PR: