command
Version:
v0.0.0-...-40c8e05
Opens a new window with list of versions in this module.
Published: Jan 28, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Exercise 8.13 (P156)
Make the chat server disconnect idle clients, such as those that have sent no messages in the last fine minutes.
Hint: calling conn.Close()
in another goroutine unblocks active Read
calls such as the one done by input.Scan()
.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.