Skip to content

Commit

Permalink
ConnectableClass still has use cases outside of handling effects. We …
Browse files Browse the repository at this point in the history
…should remove the deprecation until we have a true replacement
  • Loading branch information
Jesper Sandström committed Nov 14, 2019
1 parent a9f2879 commit 2eb2b18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MobiusExtras/Source/ConnectableClass.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import MobiusCore
///
/// - Attention: Should not be used directly. Instead a subclass should be used which overrides the
/// `handle` and `disposed` functions
@available(*, deprecated, message: "use `EffectHandler` instead")
open class ConnectableClass<InputType, OutputType>: Connectable {
private var consumer: Consumer<OutputType>?

Expand Down

0 comments on commit 2eb2b18

Please sign in to comment.