tristanable/source/tristanable/manager.d

10 lines
144 B
D
Raw Normal View History

2020-09-29 18:18:53 +01:00
module tristanable.manager;
2023-02-26 19:55:13 +00:00
/**
* Allows one to add new queues, control
* existing ones by waiting on them etc
*/
public class Manager
2020-09-29 10:57:25 +01:00
{
2021-09-08 10:19:05 +01:00
2020-09-29 10:57:25 +01:00
}