Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimeout = errors.New("asyncio timeout")
Functions ¶
This section is empty.
Types ¶
type File ¶
File represents an open file descriptor that supports timeouts.
Read and Write operations uses the timeout.
Many functions, such as Fd, Stat, Close are supported directly through os.File.
func (*File) SetTimeout ¶
SetTimeout sets the timeout for Read and Write operations.
Click to show internal directories.
Click to hide internal directories.