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

Commit

Permalink
fixed mainThread initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Nov 8, 2019
1 parent a80080d commit 7e5a63c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ThreadedFFI/TFMainThreadRunner.class.st
Expand Up @@ -2,8 +2,10 @@ Class {
#name : #TFMainThreadRunner,
#superclass : #TFRunner,
#classVars : [
'MainThreadHandle',
'UniqueInstance'
'MainThreadHandle'
],
#classInstVars : [
'uniqueInstance'
],
#category : #'ThreadedFFI-Worker'
}
Expand Down

0 comments on commit 7e5a63c

Please sign in to comment.