open_toontown_panda3d/panda
rdb f6b39345f7 event: don't exit task if future __await__ yields None
This matches the behavior of asyncio's Task implementation, where this is the equivalent of `yield Task.cont`.

I've kept regular generator tasks unaffected for now, since this might break existing usage.
2021-02-07 12:38:16 +01:00
..
metalibs egldisplay: Backport changes for creating headless EGL contexts 2021-01-17 16:46:57 +01:00
src event: don't exit task if future __await__ yields None 2021-02-07 12:38:16 +01:00