Versions in this module Expand all Collapse all v0 v0.0.3 May 19, 2023 Changes in this version + func Process(opId int, asyncOp func()) + type AsyncOpResult struct + func NewAsyncOpResult(conn iface.IConnection) *AsyncOpResult + func (aor *AsyncOpResult) GetReturnedObj() interface{} + func (aor *AsyncOpResult) OnComplete(val func()) + func (aor *AsyncOpResult) SetReturnedObj(val interface{}) + type AsyncWorker struct