There should be a system that can perform logical chains of events. For example, an event node that waits to receive event A and event B, then trigger event C. This could be useful for the module loader (when both module A and B are loaded, it is safe to load module C)
There should be a system that can perform logical chains of events. For example, an event node that waits to receive event A and event B, then trigger event C. This could be useful for the module loader (when both module A and B are loaded, it is safe to load module C)