Summary
run finalizers in a dedicated thread
Metadata
- Id: e2b3dcbb025e255106627552f6a8985e5943bd5b
- Trac id: 872
- Type: task
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty: insane
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2023-11-06 21:50:46 UTC
- Created: 2012-06-19 11:00:03 UTC
- Keywords: finalizers threads
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.
Changes and comments
[2016-08-25 21:04:32 UTC] sjamaan set difficulty to insane
[2023-11-06 21:50:46 UTC] felix changed status from new to closed
[2023-11-06 21:50:46 UTC] felix set resolution to fixed
[2023-11-06 21:50:46 UTC] felix wrote:
This has been fixed recently to provide a synchronous API (comparable to "guardians").