//
pkg.gl
Category
git.golaxy.org/core
utils
async
package
0.3.36
Repository:
https://github.com/pangdogs/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
129 SLOC
#
Functions
AsRetT
AsRetT 转换.
CastRetT
CastRetT 转换.
MakeAsyncRetT
MakeAsyncRetT 创建异步调用结果.
MakeRetT
MakeRetT 创建调用结果.
#
Variables
ErrAsyncRetClosed
No description provided by the author
MakeAsyncRet
No description provided by the author
MakeRet
No description provided by the author
VoidRet
No description provided by the author
#
Structs
RetT
RetT 调用结果.
#
Interfaces
Callee
Callee 异步调用接受者.
Caller
Caller 异步调用发起者.