Bu işleme şunda yer alıyor:
Михаил Капелько
2023-12-26 12:56:47 +03:00
ebeveyn 19e4b7cd52
işleme f7127895e9
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@@ -7,8 +7,8 @@ public extension Bus {
public init(
_ keys: Set<String>,
_ handler: @escaping ((String, T) -> Void),
opt: [Option] = [],
{
opt: [Option] = []
) {
Bus.receive(keys, handler, opt: opt, sub: &subscriptions)
}
}

Dosyayı Görüntüle

@@ -3,7 +3,7 @@ import SwiftUI
final class VM: ObservableObject {
@Published var text = "a:"
var subscriptions = [AnyCancellable]()
init() {