- Documented module `tristanable.manager.watcher`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-07 12:19:19 +02:00
parent 97e72e09f0
commit 6e972b6cc5
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/**
* Facilitates the reading of messages from the socket,
* decoding thereof and final enqueuing thereof into their
* respective queus
*/
module tristanable.manager.watcher;
import core.thread : Thread;