timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
136 stars 13 forks source link

Add Promise Retainer #443

Closed timcassell closed 1 month ago

timcassell commented 1 month ago

Resolves #423.

Deprecated Promise(<T>).Preserve() and Promise(<T>).Duplicate().

AsyncLazy benchmarks using the new API:

develop:

Method Mean Allocated
AsyncLazy 1.259 us 416 B

PR:

Method Mean Allocated
AsyncLazy 854.4 ns 368 B