v3.17.0
- π Built-in support for Timelane π
ReactiveKit now has a built-in support for Timelane Xcode Instrument. Just download the instrument and start using the lane
operator to send the signal data to the Timelane Instrument.
mySignal
.filter { ... }
.lane("My Signal")
.map { ... }
.sink {
...
}