amplify-swift/Amplify/Categories/Predictions
Brennan Stehling 789bb669fc
Defines Async API primarily with AmplifyTask and Task Adapter for Operations (#2128)
Amplify V2 will have an async API and encapsulate Operations as an internal implementation. `AmplifyTask` will define the public API for Tasks. Operations are given to `ChildTask` to provide async properties `value` and `inProcess`.

* adds AmplifyTask
* adds ChildTask
* revises AsyncChannel and AsyncThrowingChannel to use AsyncStream
* adds BufferingSequence to support AsyncStreams
* implements Task.sleep(seconds:)
* revises Combine support in Operations to work with AmplifyTask
* adds RequestIdentifier
* integrates RequestIdentifier with AmplifyTask
* adds AsyncPassthroughSubject to work with AmplifyTask
* adds AsyncExpectation to support testing
2022-08-16 14:45:01 -07:00
..
Error fix(DataStore): Various mutation sync fixes (#1355) 2021-08-04 14:14:09 -07:00
Internal fix: make TaskGroups wait for all tasks to complete during resets (#2107) 2022-08-08 15:48:12 -06:00
Models chore(Predictions) : Add doc comments (#1239) 2021-06-17 16:52:13 -07:00
Operation Defines Async API primarily with AmplifyTask and Task Adapter for Operations (#2128) 2022-08-16 14:45:01 -07:00
Request Revises build to organize Package.swift and other improvements (#1810) 2022-06-15 14:07:26 -07:00
Result chore(Predictions) : Add doc comments (#1239) 2021-06-17 16:52:13 -07:00
PredictionsCategory+ClientBehavior.swift chore(Predictions) : Add doc comments (#1239) 2021-06-17 16:52:13 -07:00
PredictionsCategory+HubPayloadEventName.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
PredictionsCategory.swift chore: adds preconditionFailure support for testing with Swift Concurrency (#1793) 2022-06-15 14:07:32 -07:00
PredictionsCategoryBehavior+Combine.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00
PredictionsCategoryBehavior.swift chore(Predictions) : Add doc comments (#1239) 2021-06-17 16:52:13 -07:00
PredictionsCategoryConfiguration.swift chore(Predictions) : Add doc comments (#1239) 2021-06-17 16:52:13 -07:00
PredictionsCategoryPlugin.swift chore: Remove copyright year from .swift, .h, .plist files (#1008) 2021-01-06 11:44:40 -08:00