chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] catch exceptions in finalizers, remove dyn


From: Felix
Subject: Re: [Chicken-hackers] [PATCH] catch exceptions in finalizers, remove dynamic resizing of finalizer vector
Date: Sat, 23 Jun 2012 13:58:15 +0200 (CEST)

> However I'd welcome to expel the scheduler from the base
> system and instead have some simpler API, where I can register
> a continuation to wait for events from files, time, signals
> other threads and other resources.  The current scheduler
> as well as fictionally once based on zmq as suggested by <whom>
> on the list the other day should have an easy time to hook
> into this API.  ---  Quite a project IMHO.

Scheme-to-C had the interesting concept of "system tasks" where user
code could register period tasks that are called whenever the system
is idle and no input is available.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]