chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Threads, and async


From: Vasilij Schneidermann
Subject: Re: [Chicken-users] Threads, and async
Date: Fri, 22 Jul 2016 21:38:46 +0200
User-agent: Mutt/1.5.24 (2015-08-30)

Hello,

> About libuv, Chicken not very well suited for callback-based ffi, so there
> is no official available extensions, but integration is possible and working
> reasonable.

Do you have any material on doing FFI with callbacks?  I've had to solve
this problem before for GUI toolkits and settled for writing a generic
handler that did the dispatching to the actual procedure with a scheme
hash table, but I'd like to see small, self-contained examples on how
one could do better.

Cheers
Vasilij



reply via email to

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