MCPcopy Create free account
hub / github.com/DOSNetwork/core / ReqLoop

Method ReqLoop

onchain/eth_set.go:15–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func (e *ethAdaptor) ReqLoop() {
16 for {
17 select {
18 case req := <-e.reqQueue:
19 e.handleReq(req)
20 case <-e.ctx.Done():
21 return
22 }
23 }
24}
25
26/*
27Err: transaction failed

Callers 1

ConnectMethod · 0.95

Calls 1

handleReqMethod · 0.95

Tested by

no test coverage detected