nadako / TinkStateSharp

Handle those pesky states, now in C#
https://nadako.github.io/TinkStateSharp/
The Unlicense
40 stars 1 forks source link

Add support for custom observable implementations. #6

Open nadako opened 1 year ago

nadako commented 1 year ago

It would be nice to expose some internal APIs that wires together observables, auto-observables and whatnot in case someone wants to have their own Observable<T> implementation that works well with the rest.

For that I just need to polish those APIs a bit and make them public.