Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:

> A callback sub is marked as 'sychchronous' by setting the property
> '_synchronous' of the user_data to a true PMC.

Good.

> ... A neater solutin would be
> automatic detection of safe synchronous execution.

That would need a special C<dlfunc> that records the callback PMC in the
interpreter. With only one field this would inhibit installing another
synchronous callback. Doable but probably not worth the effort.

Thanks, applied.
leo

Reply via email to