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