Example #1
0
        public override void InvokeAsync(Loon.Core.Event.Updateable update)
        {
            Thread thread = new Thread(new runnable_call(update));

            thread.Start();
        }
 internal runnable_call(Loon.Core.Event.Updateable update)
 {
     this.update = update;
 }
Example #3
0
 internal runnable_call(Loon.Core.Event.Updateable update)
 {
     this.update = update;
 }