‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
Scheduler.cs File Reference

Classes

class  TechbloxModdingAPI.Tasks.Scheduler
 ‪Asynchronous task scheduling for ISchedulables. Asynchronous tasks will not freeze the main program, which makes them ideal for slow or blocking operations which don't need to be completed post-haste. The functionality of this class works in any state. More...
 

Namespaces

namespace  TechbloxModdingAPI
 
namespace  TechbloxModdingAPI.Tasks