Files
check-ios-bus/Utilities/_platform/2/templates/service-section-generated-action-instant-delay
Михаил Капелько 49cee91239 d
2024-01-29 18:09:14 +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)