Example #1
0
 public void Start()
 {
     ThreadPoolHost.PushTask(this);
 }
Example #2
0
 void OnEnable()
 {
     _target = (ThreadPoolHost)target;
 }