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
Unfortunately, there is no support for async-await or any of the new concurrency features in Bow Effects. If you would like to implement any bridge between IO and async-await, we'd be happy to review it.
My usual method here is to encapsulate an async function in a Task, but that doesn't seem to work with Bow side effects.
The text was updated successfully, but these errors were encountered: