Skip to content

Commit

Permalink
Add utility RsrConcurrentTestClient>>#counter: [feenkcom/gtoolkit#3942]
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Aug 29, 2024
1 parent 1d5e897 commit 0252b45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GToolkit-GemStone/RsrConcurrentTestClient.extension.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Extension { #name : #RsrConcurrentTestClient }

{ #category : #'*GToolkit-GemStone' }
RsrConcurrentTestClient >> counter: anArray [
remoteSelf counter: anArray
]

{ #category : #'*GToolkit-GemStone' }
RsrConcurrentTestClient >> startBackgroundFactorialComputation [

Expand Down

0 comments on commit 0252b45

Please sign in to comment.