renetik-android-event

Reactive core of the framework: type-safe events, observable properties, disposable registrations, and coroutine integration.

Packages

Link copied to clipboard

CSEvent<T> — type-safe signals with listen, listenOnce, pause/resume and optional main-thread delivery.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

CSModel / CSHasDestruct — parent-child object lifecycles with eventDestruct and destruct().

Link copied to clipboard

CSProperty<T> — observable values with onChange, computed, two-way connect, pausable updates and Kotlin delegate helpers.

Link copied to clipboard

CSRegistration — disposable subscriptions with lifecycle helpers, pause/resume and clean teardown.