bow-arch icon indicating copy to clipboard operation
bow-arch copied to clipboard

Is the Bow Arch (particularly dispatchers and/or environments) compatible with async/await

Open catsynth opened this issue 2 years ago • 1 comments

My usual method here is to encapsulate an async function in a Task, but that doesn't seem to work with Bow side effects.

catsynth avatar Apr 15 '22 20:04 catsynth

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.

truizlop avatar May 24 '22 09:05 truizlop