Prajna


UnitAction

UnitAction represent one function to be checked during the wake up of ThreadPool wait. For performance reason, it is important to only put light function in this loop. Any heavy operation should be forked to be executed on another thread/task.

Fork me on GitHub