Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncExecutor ¶
type AsyncExecutor struct { }
func NewAsyncExecutor ¶
func NewAsyncExecutor() *AsyncExecutor
func (AsyncExecutor) Execute ¶
func (a AsyncExecutor) Execute(fn func())
type SyncExecutor ¶
type SyncExecutor struct { }
func NewSyncExecutor ¶
func NewSyncExecutor() *SyncExecutor
func (SyncExecutor) Execute ¶
func (s SyncExecutor) Execute(fn func())
Click to show internal directories.
Click to hide internal directories.