Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventCollector ¶
type EventCollector struct {
// contains filtered or unexported fields
}
func (*EventCollector) Put ¶
func (l *EventCollector) Put(p *util.SyncPair)
type ListenerAsyncRcv ¶
type ListenerAsyncRcv struct{}
func (*ListenerAsyncRcv) Put ¶
func (l *ListenerAsyncRcv) Put(p *util.SyncPair)
func (*ListenerAsyncRcv) PutOld ¶
func (l *ListenerAsyncRcv) PutOld(p *util.SyncPair)
type ListenerAsyncSnd ¶
type ListenerAsyncSnd struct{}
func (*ListenerAsyncSnd) Put ¶
func (l *ListenerAsyncSnd) Put(p *util.SyncPair)
func (*ListenerAsyncSnd) PutOld ¶
func (l *ListenerAsyncSnd) PutOld(p *util.SyncPair)
type ListenerDataAccess ¶
type ListenerDataAccess struct{}
func (*ListenerDataAccess) Put ¶
func (l *ListenerDataAccess) Put(p *util.SyncPair)
func (*ListenerDataAccess) PutOld ¶
func (l *ListenerDataAccess) PutOld(p *util.SyncPair)
type ListenerGoFork ¶
type ListenerGoFork struct{}
func (*ListenerGoFork) Put ¶
func (l *ListenerGoFork) Put(p *util.SyncPair)
type ListenerGoWait ¶
type ListenerGoWait struct{}
func (*ListenerGoWait) Put ¶
func (l *ListenerGoWait) Put(p *util.SyncPair)
type ListenerNT ¶
type ListenerNT struct{}
func (*ListenerNT) Put ¶
func (l *ListenerNT) Put(p *util.SyncPair)
type ListenerNTWT ¶
type ListenerNTWT struct{}
func (*ListenerNTWT) Put ¶
func (l *ListenerNTWT) Put(p *util.SyncPair)
type ListenerPostProcess ¶
type ListenerPostProcess struct{}
func (*ListenerPostProcess) Put ¶
func (l *ListenerPostProcess) Put(p *util.SyncPair)
Click to show internal directories.
Click to hide internal directories.