0001 // 0002 // InvocableType.swift 0003 // Rx 0004 // 0005 // Created by Krunoslav Zaher on 11/7/15. 0006 // Copyright © 2015 Krunoslav Zaher. All rights reserved. 0007 // 0008 0009 import Foundation 0010 0011 protocol InvocableType{ 0012 func invoke
AnonymousInvocable.swift:11 struct AnonymousInvocable : InvocableType {InvocableScheduledItem.swift:11 struct InvocableScheduledItem<I: InvocableWithValueType> : InvocableType {ScheduledItem.swift:13 , InvocableType {ScheduledItemType.swift:13 , InvocableType {() 0013 } 0014 0015 protocol InvocableWithValueType
AsyncLock.swift:77 firstEnqueuedAction.invoke()AsyncLock.swift:88 nextAction.invoke(){ 0016 typealias Value
TailRecursiveSink.swift:23 , InvocableWithValueType {0017 0018 func invoke
InvocableScheduledItem.swift:14 let _state: I.ValueInvocableScheduledItem.swift:16 init(invocable: I, state: I.Value) {InvocableType.swift:18 func invoke(value: Value)(value: Value) 0019 }
InvocableScheduledItem.swift:22 _invocable.invoke(_state)