Михаил Капелько 10 달 전
부모
커밋
eb29bb6d9e
2개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. +0
    -15
      mod/BusX/src/Bus.Sender.swift
  2. +15
    -0
      mod/BusX/src/unused

+ 0
- 15
mod/BusX/src/Bus.Sender.swift 파일 보기

@@ -1,15 +0,0 @@
import Combine

public extension Bus {
final class Sender<T> {
var subscriptions = [AnyCancellable]()

public init(
_ key: String,
_ node: AnyPublisher<T, Never>,
opt: [Option] = []
) {
Bus.send(key, node, opt: opt, sub: &subscriptions)
}
}
}

mod/BusX/src/Bus.Receiver.swift → mod/BusX/src/unused 파일 보기

@@ -13,3 +13,18 @@ public extension Bus {
}
}
}
import Combine

public extension Bus {
final class Sender<T> {
var subscriptions = [AnyCancellable]()

public init(
_ key: String,
_ node: AnyPublisher<T, Never>,
opt: [Option] = []
) {
Bus.send(key, node, opt: opt, sub: &subscriptions)
}
}
}

불러오는 중...
취소
저장