Module concurrency

Source
Expand description

Concurrency models for the daemon library.

This module provides functionality to support both multi-threaded and asynchronous operations.

Enums§

ConcurrencyModel
Represents a concurrency model.

Functions§

execute_task
Executes a task using the specified concurrency model.