dispose
There are 20 repositories under dispose topic.
AliakseiFutryn/dotnet-design-patterns-samples
The samples of .NET design patterns
es-shims/DisposableStack
An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.
dqh147258/RxAndroidExtensions
RxJava Extensions for Android
OlegSheliakin/autodisposable
AutoDisposable is a lightweight library helping to manage Disposables.
tsdotnet/object-pool
A flexible Object Pool that trims the pool down to the specified max size after a specified delay.
Yortw/Yort.Trashy
Yort.Trashy is .Net library for implementing the disposable pattern correctly and in a thread-safe manner, as well was working with disposable types.
dreamoment/catfish
threejs garbage collector
KishorNaik/Sol_Dispose_Blazor
Simple example of Dispose method in blazor
porrey/System.DisposableObject
Base object for disposing managed and unmanaged objects.
porrey/TryDisposable
Wrap an object in a disposable decorator to attempt to dispose the object later. This is useful when retrieving an instance of an object from a factory or container while only having an interface reference that does not implement IDisposable.
pzppzz/dispose
A library for managing and disposing events. It provides a simple and efficient way to handle event management in complex applications.
robmllze/df_will_dispose
A lightweight package to mark resources for disposal upon definition, simplifying your code.
calledude/AsyncMemoryCache
Lightweight asynchronous in-memory cache that handles construction and disposal of all your expensive objects
AmirSasson/SimpleInjectorDisposals
Simple Injector scoped task
BlackLeg15/learning_stateful_widget_lifecycle
Using all Stateful Widget lifecycle functions
DevCetra/df_cleanup
A flexible solution for managing the cleanup of resources in Flutter.
JonDotsoy/dispose-with-controller
A utility to manage and execute disposal callbacks, supporting both synchronous and asynchronous disposal
SyncfusionExamples/dispose-children-listview-xamarin
This repository contains sample about how to dispose of children of ListView in Xamarin.Forms (SfListView)