Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Fix signal for asynchronous updates
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Sep 19, 2024
1 parent bb1d946 commit 098c7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Model/Data Flow/Signal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public struct Signal: Sendable {
/// Activate a signal.
public func signal() {
boolean = true
boolean = false
}

}

0 comments on commit 098c7d4

Please sign in to comment.