Hi,
Andrew Whatson skribis:
> Ludovic Courtès wrote:
>>
>> It would be great if you could add a simple test case though, so that
>> the bug doesn’t eventually come back to haunt us.
>>
>> Could you send an updated patch?
>
> Ah yes, getting this covered in a test is on my list. I had trouble
>
The foreign function pointer returned by "procedure->pointer" can only
executed in a thread which Scheme context is already initialized.
This may not so convenient because foreign library may create its own
thread and run our callback in foreign thread.
To show what will happen, this is a small e