Re: [Pharo-users] Threaded callbacks with FFI

2014-09-25 Thread Annick Fron
OK I try do do that. Le 25 sept. 2014 à 12:18, p...@highoctane.be a écrit : > > Le 25 sept. 2014 11:32, "Annick Fron" a écrit : > > > > Hi, > > > > I am calling C from pharo with a callback, and it seems the callback is > > called in another thread. > > I can’t wrap the block in a process, be

Re: [Pharo-users] Threaded callbacks with FFI

2014-09-25 Thread p...@highoctane.be
Le 25 sept. 2014 11:32, "Annick Fron" a écrit : > > Hi, > > I am calling C from pharo with a callback, and it seems the callback is called in another thread. > I can’t wrap the block in a process, because the return will be wrong, how can I do ??? > Can you send us sample code ? > Annick >

[Pharo-users] Threaded callbacks with FFI

2014-09-25 Thread Annick Fron
Hi, I am calling C from pharo with a callback, and it seems the callback is called in another thread. I can’t wrap the block in a process, because the return will be wrong, how can I do ??? Annick