Skip to content

Commit

Permalink
Load extensions to RsrConcurrentTestClient only in GT [feenkcom/gtool…
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Aug 29, 2024
1 parent 0252b45 commit c8c371b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Extension { #name : #RsrConcurrentTestClient }

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

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

^ remoteSelf startBackgroundFactorialComputation
Expand Down

0 comments on commit c8c371b

Please sign in to comment.