[gambit-list] Gambit and event-based systems

Alex Queiroz asandroq at gmail.com
Thu Aug 7 08:19:16 EDT 2014


Hallo,

On Thu, Aug 7, 2014 at 2:13 PM, Álvaro Castro-Castilla
<alvaro.castro.castilla at gmail.com> wrote:
>
> That works for implementing the events, but where is the Gambit ___setup
> function running? You can't return from this function without breaking
> Gambit's system.
>

`___setup` doesn't need to be "running". You call it and after it is
finished, you can call your functions. If your code needs to do work
in the background, you can install a timer in the host system and keep
calling into Gambit.

Cheers,
-- 
-alex
http://unendli.ch/



More information about the Gambit-list mailing list