Skip to main content

Module async_exec

Module async_exec 

Source
Expand description

Asynchronous execution traits for concurrent tensor operations.

This module provides async/await-based execution interfaces for non-blocking tensor computations and streaming operations.

Note: Async support requires the “async” feature flag.

Structs§

AsyncConfig
Configuration for async execution
AsyncStats
Async execution statistics

Enums§

AsyncExecutionError
Errors specific to async execution