Module timeboxed

Module timeboxed 

Source
Expand description

Time-sliced (pausable) operations for long-running computations.

Enables asynchronous VM execution by allowing operations to be paused and resumed, preventing blocking during long computations.

Structs§

ContinuationState
Continuation state for resuming a time-sliced operation.

Enums§

OpType
Type of operation being performed.
OperationState
Internal state for different operation types.
PartialResult
Partial result from a time-sliced operation.

Functions§

modexp_timeboxed
Start a time-sliced modular exponentiation operation.
mul_timeboxed
Start a time-sliced multiplication operation.
resume
Resume a time-sliced operation from a continuation state.