Hi,
The Concurrency section of the documentation lists the read-related methods that should only be called by one routine. I am just wondering why SetReadDeadline is listed in there as it only seems to call the respective net.Conn method, which is supposedly safe for multi-routine use.
Thanks in advance,
Rod