Documentation
¶
Overview ¶
* @Author: cnzf1 * @Date: 2021-08-18 18:07:12 * @LastEditors: cnzf1 * @LastEditTime: 2021-11-26 15:29:06 * @Description: 控制超时时间运行函数
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCanceled is the error returned when the context is canceled. ErrCanceled = context.Canceled // ErrTimeout is the error returned when the context's deadline passes. ErrTimeout = context.DeadlineExceeded )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.