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 has been 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.
The text was updated successfully, but these errors were encountered:
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 theMemoryController
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.The text was updated successfully, but these errors were encountered: