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

https://github.com/tsdotnet/observable-base

A simple set of subscription base classes for implementing .NET style observables.
https://github.com/tsdotnet/observable-base

base base-class base-classes observable observe observer subscribable subscribe subscriber subscription

Last synced: 23 days ago
JSON representation

A simple set of subscription base classes for implementing .NET style observables.

Awesome Lists containing this project

README

          

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

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

A simple set of subscription base classes for implementing .NET style observables.

Subscriptions are `Disposable` objects with scope independent `dispose()` methods.

## Docs

[tsdotnet.github.io/observable-base](https://tsdotnet.github.io/observable-base/)