MCPcopy
hub / github.com/davyxu/cellnet / Post

Method Post

queue.go:23–23  ·  view source on GitHub ↗

投递事件, 通过队列到达消费者端

(callback func())

Source from the content-addressed store, hash-verified

21
22 // 投递事件, 通过队列到达消费者端
23 Post(callback func())
24
25 // 是否捕获异常
26 EnableCapturePanic(v bool)

Callers 2

QueuedCallFunction · 0.65
NextLoopMethod · 0.65

Implementers 1

eventQueuequeue.go

Calls

no outgoing calls

Tested by

no test coverage detected