Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@dmitry-ivanov dmitry-ivanov released this 01 Sep 12:27
· 136 commits to master since this release
  • RuntimeException used for immediate stop of command execution.

Useful for complex commands, where few initialize actions are take place. If initializeMutex is first, all other initializations would be skipped automatically now.