Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ WaitAsync
Method
WaitAsync
chainbus/bus.go:42–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
type
BusController
interface
{
41
HasCallback(topic string) bool
42
WaitAsync()
43
}
44
45
// Bus englobes global (subscribe, publish, control) bus behavior.
Callers
3
TestSubcribeOnceAsync
Function · 0.65
TestSubscribeAsyncTransactional
Function · 0.65
TestSubscribeAsync
Function · 0.65
Implementers
1
ChainBus
chainbus/bus.go
Calls
no outgoing calls
Tested by
3
TestSubcribeOnceAsync
Function · 0.52
TestSubscribeAsyncTransactional
Function · 0.52
TestSubscribeAsync
Function · 0.52