Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix app-lifetime thread regression on JVM backend.
The thread pool scheduler wants its threads to be background ones, but they were not marked as such. This caused hangs at process end.
- Loading branch information