# Functions
NewDefaultExecutor creates a new executor with the given concurrency and queue capacity.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
Executor can schedule commands to run after a given delay, or to execute periodically.
Future represents the result of an asynchronous computation.
ProducerFuture represents the result of an asynchronous computation that produces a Value.
ScheduledFuture represents the result of an asynchronous computation that was scheduled to run after a given delay.