Versions in this module Expand all Collapse all v1 v1.0.1 Oct 6, 2023 v1.0.0 Oct 2, 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())