# Functions

NewConcurrentExecutor creates a new ConcurrentExecutor.
/ WithContext sets the context for the executor, if not set it defaults to context.Background().
WithoutFailFast disables fail fast.

# Structs

ConcurrentExecutor is a utility to execute tasks concurrently.
NoTaskType is a dummy type to be used when no task type is needed.

# Interfaces

ChannelWithResult is an interface that should be implemented by the result channel.

# Type aliases

No description provided by the author
SimpleTaskProcessorFn is a function that processes a task that doesn't require a payload.
TaskProcessorFn is a function that processes a task that requires a payload.