v0.0.19
github-actions
released this
21 Feb 15:29
·
239 commits
to master
since this release
What’s Changed
Breaking changes
The fork
method is renamed to forkUser
, and forkDaemon
to fork
. This is motivated by the fact that most forks are daemon threads, with the main logic happening in the scope body - after the body completes, any pending non-daemon forks are probably a bug. Hence the defaults have changed, and now the default fork is a daemon one, and a fork which needs to finish before a scope ends has a special name: forkUser
.