Files
check-ios-bus/Utilities/platform/2/templates/service-section-generated-action-instant-delay
Михаил Капелько d893364ff4 d
2023-12-28 13:33:48 +03:00

6 lines
183 B
Plaintext

ctrl.m
.compactMap { %SHOULD%($0) }
.delay(for: .seconds(0.3), scheduler: RunLoop.main)
.sink { v in %SINK% }
.store(in: &service.subscriptions)