Cancelable Tasks #48

Closed
opened 2026-02-17 02:31:33 +00:00 by Ki11erRabbit · 0 comments
Ki11erRabbit commented 2026-02-17 02:31:33 +00:00 (Migrated from github.com)

There needs to be a way to halt the execution of Scheme code in case the user accidentally writes an infinite loop that blocks everything.
The design I have in mind is to have a global task pool each task automatically removes itself from the pool when it is done. The user can configure something to kill all tasks in that pool if they want.

There needs to be a way to halt the execution of Scheme code in case the user accidentally writes an infinite loop that blocks everything. The design I have in mind is to have a global task pool each task automatically removes itself from the pool when it is done. The user can configure something to kill all tasks in that pool if they want.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ki11errabbit/koru#48
No description provided.