Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AsyncCallHelper ¶
type AsyncCallHelper struct {
// contains filtered or unexported fields
}
var DefaultAsyncWithBufferHelper *AsyncCallHelper = NewAsyncCallHelper(256, 64, true)
func NewAsyncCallHelper ¶
func NewAsyncCallHelper(maxChanLen, maxprocs int, withBuffer bool) *AsyncCallHelper
func (*AsyncCallHelper) AsyncCall ¶
func (m *AsyncCallHelper) AsyncCall(call func() error)
Click to show internal directories.
Click to hide internal directories.