Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct { //IsolatedTx导致有序返回[][]抑制匹配,[]newTx,设置为真时为假 IsolatedTx bool //CutSeversales导致有序返回[]Curbatch,设置为true时为true CutAncestors bool //CutNext导致有序返回[]append(corbatch,newtx),设置为true时为false CutNext bool //SkipPendCurbatch导致命令跳过附加到Curbatch SkipAppendCurBatch bool //块是从有序返回之前读取的通道,它对同步很有用。 //如果出于任何原因不希望同步,只需关闭通道 Block chan struct{} // contains filtered or unexported fields }
接收器模拟BlockCutter.Receiver接口
Click to show internal directories.
Click to hide internal directories.