Hello, pyglet-users. I'd appreciate it if someone could point me in the right direction in getting async networking playing nicely with pyglet. Where in the EventLoop would it be best to process network i/o? Should I overload EventLoop.idle() or would it be better to wrap some part of pyglet's EventLoop execution in an asyncio.Task and just use asyncio's event loop for the whole thing? Thanks in advance for your input!
-- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
