tristanable/source/tristanable/manager.d

10 lines
144 B
D

module tristanable.manager;
/**
* Allows one to add new queues, control
* existing ones by waiting on them etc
*/
public class Manager
{
}