1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:22:53 +02:00

Merge branch 'master' into bugfix/improve_snoosy

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-25 17:06:15 +02:00
commit 46e8518b6b
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ public final class ReceiverThread : Thread
this.receiveEvent.ensure(this);
}
// TODO: Rename to `receiveQ`
/**
* Enqueues the raw message into the receieve queue
* for eventual processing

View File

@ -62,7 +62,6 @@ public final class SenderThread : Thread
this.sendEvent.ensure(this);
}
// TODO: Rename to `sendQ`
/**
* Enqueues the raw message into the send queue
* for eventual sending