Alexandria Figueroa

Results 4 comments of Alexandria Figueroa

should address this issue

https://github.com/rust-lang/rfcs/blob/master/text/2033-experimental-coroutines.md

To achieve the same performance with futures instead of blocking calls, we can port our clients to Tokio so that our synchronous API can be used with futures. However, futures...

Alternatively, the API may be changed to make it more like a one-way street. To hear updates, clients will only be asked to be available. A continuous cycle for the...