An open API service indexing awesome lists of open source software.

https://github.com/tsdotnet/disposable

A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.
https://github.com/tsdotnet/disposable

Last synced: 4 months ago
JSON representation

A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.

Awesome Lists containing this project

README

          

# ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30 "tsdotnet") tsdotnet / disposable

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/disposable/blob/master/LICENSE)
![npm-publish](https://github.com/tsdotnet/disposable/workflows/npm-publish/badge.svg)
[![npm version](https://img.shields.io/npm/v/@tsdotnet/disposable.svg?style=flat-square)](https://www.npmjs.com/package/@tsdotnet/disposable)

A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.

## Docs

[tsdotnet.github.io/disposable](https://tsdotnet.github.io/disposable/)