Expand description
Async type tracking and analysis
This module implements async type analysis features from ComplexTypeForRust.md:
- Future and Stream state machine analysis
- Async task lifecycle tracking
- Await point analysis
Structs§
- Async
Analyzer - Async type analysis system
- Async
Pattern - Detected async pattern
- Async
Pattern Analysis - Async pattern analysis
- Async
Statistics - Async statistics
- Await
Point - Await point information
- Future
Info - Information about a tracked future
- State
Transition - State transition information
- Task
Event - Task lifecycle events
Enums§
- Async
Pattern Severity - Pattern severity levels
- Async
Pattern Type - Types of async patterns
- Await
Type - Types of await operations
- Future
Result - Future completion results
- Future
State - Future states
- Task
Event Type - Types of task events
Functions§
- get_
global_ async_ analyzer - Get the global async analyzer instance