The reference implementation
Go to file
Tristan B. Velloza Kildaire 818b3a6e23 Server
- Added a queue of `Listener`(s) and a corresponding lock
- Added a queue of `Connection`(s) and a corresponding lock
- Initialize all queue locks in the constructor
- Added `addListener(Listener)` for adding a new listener; will throw an exception if already added
- `Server` now implements `ConnectionConsumer` and implements an `addConnection(Connection)` method which consumes the provided `Connection` and adds it to the connection queue
2023-03-25 16:48:08 +02:00
branding Branding 2023-03-01 00:02:13 +02:00
source/renaissance Server 2023-03-25 16:48:08 +02:00
.gitignore - Updated .gitignore 2023-02-28 23:56:33 +02:00
README.md Branding 2023-03-01 00:02:13 +02:00
dub.json Dub 2023-03-25 15:40:45 +02:00

README.md


renaissance

The reference implementation