Hi,

Thomas Chust <[email protected]> writes:
> Your only option in the out of luck situation is not to use regular
> callbacks at all but to implement a sort of in-process remote
> procedure call system where a C stub registered as a callback
> transfers call information to a Scheme thread, waits for a reply from
> there and then returns. Needless to say, this can be relatively tricky
> to implement.

this could be easily implemented using ZeroMQ's inproc transport.

Moritz

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to