circuit_component

Procs | |
add_callback | Adds a callback to be invoked when the next fire() is done. Used by the integrated circuit system. |
---|
Proc Details
add_callback
Adds a callback to be invoked when the next fire() is done. Used by the integrated circuit system.
Prevents race conditions as it acts like a queue system. Those that registered first will be executed first and those registered last will be executed last.