Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disposable utilities (possibly as a "separate" library?) #29

Open
nadako opened this issue Jun 19, 2024 · 1 comment
Open

Add disposable utilities (possibly as a "separate" library?) #29

nadako opened this issue Jun 19, 2024 · 1 comment

Comments

@nadako
Copy link
Owner

nadako commented Jun 19, 2024

When working with lifetime helper and embracing IDisposable it's often needed to have composite disposables, dummy empty disposables, callback disposables, cancellation-token disposables, event unsubscription disposables, disposable proxies and so on.

I normally just have what I need in specific project but this is a good candidate for the library code. It's not specifically related to TinkState# and state handling tho, so it might make sense to have a separate "lifetime helper" library with all this (also move Unity extensions there).

@nadako
Copy link
Owner Author

nadako commented Jun 19, 2024

Did some initial work in a separate repo here: https://github.com/nadako/DisposeHeaven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant