Skip to content

fix: change effect handler from async to concurrent#103

Merged
mgerb merged 1 commit into
mainfrom
dev
May 28, 2026
Merged

fix: change effect handler from async to concurrent#103
mgerb merged 1 commit into
mainfrom
dev

Conversation

@mgerb
Copy link
Copy Markdown
Owner

@mgerb mgerb commented May 28, 2026

The effect dispatcher must not block. concurrent implies non-blocking, whereas async does not.

The effect dispatcher must not block. `concurrent` implies non-blocking,
whereas `async` does not.
@mgerb mgerb merged commit f259047 into main May 28, 2026
1 check passed
@mgerb mgerb deleted the dev branch May 28, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant