JState icon indicating copy to clipboard operation
JState copied to clipboard

Advanced state machines in Java.

Results 3 JState issues
Sort by recently updated
recently updated
newest added

Hello, it looks like the "transition" method now calls "transitionAsync" internally (rather than the other way around) and I'm finding that legacy code that relies on thread locals is failing...

* [ ] older `SequenceHandler` class

Improvement

Hello, with the new version 3.0 when I have in the code a sequence ``` esm.onSequence(list012, new SequenceHandler() { @Override public void onMatch(List pattern) { Log.d(TAG, "onMatch: 0-1-2 -----> "+pattern.size());...