JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
564 stars 33 forks source link

Introduce `@Operation.nonParallelGroup` instead of `@Operation.group` and `@OpGroupConfig` #163

Closed ndkoval closed 1 year ago

ndkoval commented 1 year ago

Deprecate @Operation.group and @OpGroupConfig and introduce @Operation.nonParallelGroup as a replacement.

ndkoval commented 1 year ago

Notably, we will deprecate @Operation in the next releases.