You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
When a thread goes out of scope some of it's resources are cleaned up. For example the Stack is returned to the pmm. However this requires for the MemoryController lock to be taken. We should not take any locks in the scheduler. So thread cleanup should be put into a worker thread or similar.
When a thread goes out of scope some of it's resources are cleaned up. For example the
Stackis returned to the pmm. However this requires for theMemoryControllerlock to be taken. We should not take any locks in the scheduler. So thread cleanup should be put into a worker thread or similar.