MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / SubscribeAsync

Method SubscribeAsync

chainbus/bus.go:28–28  ·  view source on GitHub ↗
(topic string, handler interface{}, transactional bool)

Source from the content-addressed store, hash-verified

26type ChainSuber interface {
27 Subscribe(topic string, handler interface{}) error
28 SubscribeAsync(topic string, handler interface{}, transactional bool) error
29 SubscribeOnce(topic string, handler interface{}) error
30 SubscribeOnceAsync(topic string, handler interface{}) error
31 Unsubscribe(topic string, handler interface{}) error

Callers 2

TestSubscribeAsyncFunction · 0.65

Implementers 1

ChainBuschainbus/bus.go

Calls

no outgoing calls

Tested by 2

TestSubscribeAsyncFunction · 0.52