# Functions

No description provided by the author
NewWorkerConfig initializes a WorkerConfig with the given options.
No description provided by the author
WithClient sets the Temporal client for the worker.
WithLogger sets the logger for the worker.
WithMaxConcurrentActivities sets the maximum number of concurrent activities.
WithMaxConcurrentWorkflows sets the maximum number of concurrent workflows.
WithTaskQueue sets the task queue for the worker.
WithWorkerOptions sets additional options for the worker.
WithMaxConcurrentActivities sets the maximum number of concurrent activities.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
WorkerConfig holds the configuration for the Temporal worker.

# Type aliases

WorkerOption defines a type for functional options.