- Documented unittest as it is a great example of how to sue tristanable
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-06 13:40:38 +02:00
parent f811273818
commit 79fee5bd7e
1 changed files with 5 additions and 1 deletions

View File

@ -125,7 +125,11 @@ public class Watcher : Thread
}
}
/**
* Set up a server which will send some tagged messages to us (the client),
* where we have setup a `Manager` to watch the queues with tags `42` and `69`,
* we then dequeue some messages from both queus. Finally, we shut down the manager.
*/
unittest
{
import std.socket;