Skip to content
Snippets Groups Projects
Commit 170e3e80 authored by Jens Nolte's avatar Jens Nolte
Browse files

Rework async behavior


Remove implicit MonadAsync constraint on `ReaderT ResourceManager IO`
to prevent accidental forking in a resource-limited context.

Change return type to `Awaitable` to match new MonadResourceManager
behavior.

Add `runUnlimitedAsync` to run a forking MonadAsync.

Add `forkTask` functions for explicit forking in any context.

Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
parent 0283fb6c
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment