Opened 13 years ago
Closed 14 months ago
#872 closed task (fixed)
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.
Change History (2)
comment:1 Changed 8 years ago by
Estimated difficulty: | → insane |
---|
comment:2 Changed 14 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed recently to provide a synchronous API (comparable to "guardians").