Skip to content

Commit

Permalink
Strong Fast Lock Stock v0.1.62 POC: Clean Up
Browse files Browse the repository at this point in the history
  • Loading branch information
REllEK-IO committed May 8, 2024
1 parent 94cdcef commit b00f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When in doubt simplify.
* Devised a means to ensure a lock step execution of incoming actions
* Due to each stage being ran once regardless of their selector being changed, some plans may receive the wrong value if not determining if that stage has been ran for the first time. See priority.test.ts for the example: if (changes.length > 0) {//}
* This also impacted the *axiumWaitForOpenThenIterate* helper function, but now works as intended via no longer checking for the latest lastStrategy change.
* *Note* Removed CI checks for 14.x and 16.x due to updating dependencies.
* [*Note* Removed CI checks for 14.x and 16.x due to updating dependencies.](https://github.com/Phuire-Research/Stratimux/pull/213/commits/6b93c57fa2dab8869f1508970c44a8300ef444be)
### Strong Fast Time v0.1.61
* Created the new *axiumTimeOut* helper function
* This will add a specified action to the axium tail property after some specified time.
Expand Down

0 comments on commit b00f5de

Please sign in to comment.