Module async_task

Module async_task 

Source
Expand description

Async task and stream abstractions for GitGix operations.

Channel-based design for zero-allocation async coordination.

Structs§

AsyncStream
A handle to an asynchronous stream that produces multiple results.
AsyncTask
A handle to an asynchronous task that produces a single result.
EmitterBuilder
Builder for converting batch API results into streams.