Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.21 KB

File metadata and controls

13 lines (10 loc) · 1.21 KB

Soenneker.Asyncs.Initializers

A lightweight, async-safe, allocation-free one-time initialization gate. Ensures a given asynchronous initialization routine runs exactly once, even under concurrent callers, with support for cancellation, safe publication, and disposal.

Installation

dotnet add package Soenneker.Asyncs.Initializers