package
0.0.0-20240724190757-26ab6e5133b8
Repository: https://github.com/neutrinocorp/boltzmann.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

ConcurrentExecutor is the concurrency-backed implementation of Executor.
No description provided by the author
SyncExecutor is the synchronous implementation of Executor.

# Interfaces

Executor is a core component that allows routines to execute delegate.Delegate routines with specified arguments (T) in an abstract way.