Find a file
Nick Krichevsky e23dad1f41 Ensure that stream_new_messages returns something that is Send
Makes sure that this can be used on multi-threaded executors

Well, technically it doesn't fully guarantee it, but the error
being non-Send is very unlikely. Anyway, if the returned Stream
is not Send, the future definitely won't be, so we will assert
that at least.
2022-06-01 23:08:23 -04:00
src Ensure that stream_new_messages returns something that is Send 2022-06-01 23:08:23 -04:00
.gitignore Add config struct 2022-05-05 22:08:53 -04:00
Cargo.lock Add timeout to broker test 2022-05-21 10:22:50 -04:00
Cargo.toml Add timeout to broker test 2022-05-21 10:22:50 -04:00