You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
I've been experimenting with #157 and trying to use async fn for the RPC implementation bodies. I've run into issues since we can't return impl Future from traits / use async futures.
I've been experimenting with #157 and trying to use async fn for the RPC implementation bodies. I've run into issues since we can't return
impl Future
from traits / use async futures.I saw there was a FutureObj to sort of fill the gap, but I couldn't get it to work either:
The text was updated successfully, but these errors were encountered: