Collection of static functions used to construct thread messages, for passing
information of different kinds yet still as one type, to stop std.concurrency.send
from requiring so much compilation memory.
The type of the message is defined as a Type in
ThreadMessage.type. Recipients will have to do a (final) switch over that
enum to deal with messages accordingly.
Collection of static functions used to construct thread messages, for passing information of different kinds yet still as one type, to stop std.concurrency.send from requiring so much compilation memory.
The type of the message is defined as a Type in ThreadMessage.type. Recipients will have to do a (final) switch over that enum to deal with messages accordingly.