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
We would like to have an async API e.g. append_notify() such that when an entry is decided it can be notified to the user via a future/one shot channel.
Ideally we would want a runtime agnostic API, but we probably have to commit to tokio right now. The API should also be optional using a feature flag
The text was updated successfully, but these errors were encountered:
We would like to have an async API e.g.
append_notify()
such that when an entry is decided it can be notified to the user via a future/one shot channel.Ideally we would want a runtime agnostic API, but we probably have to commit to tokio right now. The API should also be optional using a feature flag
The text was updated successfully, but these errors were encountered: