Versions in this module Expand all Collapse all v0 v0.1.0 Jan 23, 2024 v0.0.2 Jan 23, 2024 Changes in this version + func Process(opId int, asyncOp func()) + type AsyncOpResult struct + func NewAsyncOpResult(conn ziface.IConnection) *AsyncOpResult + func (aor *AsyncOpResult) GetReturnedObj() interface{} + func (aor *AsyncOpResult) OnComplete(val func()) + func (aor *AsyncOpResult) SetReturnedObj(val interface{}) + type AsyncWorker struct