Added TODO for further thread safety changes to come.

This commit is contained in:
Tristan B. Kildaire 2020-06-16 18:50:50 +02:00
parent d19b552997
commit ac56eb7689
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ public final class BesterServer
clientsMutex.unlock();
}
/* TODO: Add more thread sfaety here and abroad */
/**
* Adds a listener, `listener`, to this server's
* listener set.