comment cleanup

This commit is contained in:
Robinson 2023-08-09 22:13:39 -06:00
parent 07e1da3660
commit def935214f
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ abstract class EndPoint<CONNECTION : Connection> private constructor(val type: C
private var shutdownLatch = dorkbox.util.sync.CountDownLatch(0)
/**
* This is run in lock-step to shutdown/close the client/server event poller. Afterwards, connect/bind can be called again
* This is run in lock-step to shutdown/close the client/server event poller. Afterward, connect/bind can be called again
*/
@Volatile
internal var pollerClosedLatch = dorkbox.util.sync.CountDownLatch(0)