d
This commit is contained in:
@@ -5,7 +5,7 @@ public extension Bus {
|
||||
let v = PassthroughSubject<Src, Never>()
|
||||
var subscriptions = [AnyCancellable]()
|
||||
|
||||
init(
|
||||
public init(
|
||||
_ handler: @escaping ((Src) -> Dst?),
|
||||
_ sec: Double,
|
||||
_ src: String,
|
||||
|
||||
@@ -5,7 +5,7 @@ public extension Bus {
|
||||
let v = PassthroughSubject<Src, Never>()
|
||||
var subscriptions = [AnyCancellable]()
|
||||
|
||||
init(
|
||||
public init(
|
||||
_ handler: @escaping ((Src) -> Dst?),
|
||||
_ sec: Double,
|
||||
_ src: String,
|
||||
|
||||
@@ -5,7 +5,7 @@ public extension Bus {
|
||||
let v = PassthroughSubject<Src, Never>()
|
||||
var subscriptions = [AnyCancellable]()
|
||||
|
||||
init(
|
||||
public init(
|
||||
_ handler: @escaping ((Src) -> Dst?),
|
||||
_ src: String,
|
||||
_ dst: String
|
||||
|
||||
Reference in New Issue
Block a user