Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
(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
/*
27
Err: transaction failed
Callers
1
Connect
Method · 0.95
Calls
1
handleReq
Method · 0.95
Tested by
no test coverage detected