Skip to content

Commit

Permalink
[feenkcom/gtoolkit#3771] Assign MournLoopProcess correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed May 15, 2024
1 parent c0e6efa commit 076cf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GToolkit-Utility-System/WeakArray.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ WeakArray class >> finalizationProcess [
throttle := Semaphore new.
[true] whileTrue: [FinalizationSemaphore wait; initSignals.
"Support the old scheme until things have changed over..."
MournLoopProcess := [firstMourner := self primitiveFetchMourner.
[firstMourner := self primitiveFetchMourner.
firstMourner notNil] whileTrue:
[[throttle signal.
[MournLoopProcess := [throttle signal.
self mournLoopWith: firstMourner] forkAt: Processor activePriority + 1.
throttle wait]]
]
Expand Down

0 comments on commit 076cf97

Please sign in to comment.