On Feb 24, 1:11 am, "[email protected]" <[email protected]> wrote: > Hi > I'm thinking of porting some visual psychophysics software I wrote to > pyglet. The main issue is that the users like to think of their > experiments as a linear sequence of events.
This is the main rationale behind Fibra, which is a cooperative threading system. It uses generators to maintain state, which is a good trick for implementing this kind of behavior. -Sw. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
