Concurrentable
public protocol Concurrentable
Parameters of concurrent schedule requrements protocol
-
Subschedules
Declaration
Swift
var subSchedules: [ScheduleUseCase] { get }
-
Enable state if shared schedule To enable this flag when a common schedule applies to two or more types of operandam like the internal link in concurrent chained schedule.
Declaration
Swift
var isShared: Bool { get }