HaxeFoundation / HaxeFoundation/haxe
Threads termination
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Following #8131, quoting myself:
Ideally we should wait until all user-created threads are terminated before exiting.
We should however be able to mark a thread as "not blocking" so we can terminate before it ends.
We already do that for our haxe.MainLoop events (see isBlocking)
Contributor guide
Assessment
This issue has not been assessed yet.