Module task

Module task 

Source
Expand description

Task tracking and monitoring Task tracking and monitoring

This module provides the core data structures for tracking async tasks, including task IDs, states, and metadata.

Structs§

TaskFilter
Filter for querying tasks
TaskId
Unique identifier for a task
TaskInfo
Information about a task

Enums§

SortDirection
Sort direction
TaskSortBy
Sorting options for tasks
TaskState
Current state of a task

Functions§

sort_tasks
Sort tasks by the given criteria