Closed DaanVanYperen closed 9 years ago
Instead of dispatching events synchronously and possibly causing a stack overflow, run a queue between system calls.
Also reconsider asynchronous events, might be useful across world instances.
see #11
If https://github.com/junkdog/artemis-odb/issues/221 gets implemented we can deal with this in an elegant and predictable manner, by dispatching relevant events at the start of processing each system.
Instead of dispatching events synchronously and possibly causing a stack overflow, run a queue between system calls.
Also reconsider asynchronous events, might be useful across world instances.
see #11