We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit areas of the API where we expose ReactiveSwift and build bindings for RxSwift, Combine.
ReactiveSwift
RxSwift
Combine
Initial pass shows these areas:
WorkflowHost class: https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/WorkflowHost.swift#L98
WorkflowHost
Worker protocol: https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/Worker.swift#L32
Worker
RenderContext class: https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/RenderContext.swift#L74
RenderContext
ContainerViewController
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Audit areas of the API where we expose
ReactiveSwift
and build bindings forRxSwift
,Combine
.Initial pass shows these areas:
Workflow
WorkflowHost
class:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/WorkflowHost.swift#L98
Worker
protocol:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/Worker.swift#L32
RenderContext
class:https://github.com/square/workflow/blob/8c10f6069915310600fe771f224d668000fadaa2/swift/Workflow/Sources/RenderContext.swift#L74
WorkflowUI
ContainerViewController
classhttps://github.com/square/workflow/blob/14f5c1e28c630254e5190ee37b8c3e38946c9717/swift/WorkflowUI/Sources/Container/ContainerViewController.swift#L28
WorkflowTesting
None
The text was updated successfully, but these errors were encountered: