Versions in this module Expand all Collapse all v1 v1.0.2 May 11, 2023 v1.0.1 May 11, 2023 v1.0.0 May 11, 2023 Changes in this version + type AsyncExecutor struct + func NewAsyncExecutor() *AsyncExecutor + func (a AsyncExecutor) Execute(fn func()) + type SyncExecutor struct + func NewSyncExecutor() *SyncExecutor + func (s SyncExecutor) Execute(fn func())