Skip to main content

async-endpoints

A sophisticated .NET library enabling developers to offload time-consuming operations to background workers while maintaining full visibility and control through comprehensive job tracking and resilient failure handling

Lightweight Architecture

Minimal overhead with focused functionality — small API surface, easy adoption.

Distributed Processing

Multi-instance safe workers with automatic recovery and leader-fencing strategies.

AOT + JIT Compatible

Works with both AOT and JIT deployments — suitable for modern hosting targets.

Reflection-Free

Minimal runtime reflection for predictable cold-start performance and AOT friendliness.

Instant Response

APIs return 202 Accepted immediately — never block callers during long operations.

Resilient by Design

Built-in retries, backoff strategies and observability hooks for reliability.