Reactive time as implemented in classes ReactiveInstant
and ReactiveDuration
is a reactive adapter for Java's
Instant
and Duration
classes.
Reactive time acts as a reactive data source that continuously changes.
Hookless implementation of reactive time is smart enough to wake up reactive computation only when relevant time threshold is reached.
This allows Hookless to provide reactive time with millisecond resolution (or better, depending on platform) with little overhead.
More on homepage.
Experimental. Stagean is used to track progress on class and method level.
See homepage.
Some APIs are undocumented. You might have to peek in the source code.
Bug reports and pull requests are welcome. See CONTRIBUTING.md.
Distributed under Apache License 2.0.