Summary

run finalizers in a dedicated thread

Metadata

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").