Opened 11 years ago
Last modified 7 years ago
#872 new task
run finalizers in a dedicated thread
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unknown | Version: | 4.7.x |
Keywords: | finalizers threads | Cc: | |
Estimated difficulty: | insane |
Description
When the scheduler is loaded (for example by using srfi-18
), subsequent execution of finalizers should take place in a dedicated thread to minimize interference with other threads.
Note: See
TracTickets for help on using
tickets.