Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 25, 2021
1 parent 421f684 commit 0bb39eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThreadedFFI/TFCallbackForkRunStrategy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {

{ #category : #executing }
TFCallbackForkRunStrategy >> executeCallback: aCallbackInvocation on: aTFRunner [
'OK' printToStdout.

[ aTFRunner handleExceptionDuring: [ aCallbackInvocation execute ] ]
forkAt: Processor highIOPriority - 1
]

0 comments on commit 0bb39eb

Please sign in to comment.