-
Notifications
You must be signed in to change notification settings - Fork 56
[Runtime] SOAR-0010: Event streams sequences #91
New issue
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
Conversation
Co-authored-by: Si Beaumont <[email protected]>
### Motivation Example projects for apple/swift-openapi-runtime#91. ### Modifications Added examples. ### Result N/A ### Test Plan N/A
|
Hi @czechboy0 , I wonder why |
|
Hi @AFutureD - can you elaborate on what's behind that question? Is the Hashable conformance limiting your use of it? |
|
Hi @czechboy0 , Thanks for quick resposne. In For example, there are a lot of packages can be found on GitHub for And, the decoder or deserializer may not need Hashable constraint. |
|
That's a good point. Please file a new issue where we can discuss this further. |
|
Discussion continues on apple/swift-openapi-generator#793 |
Motivation
Land changes approved in apple/swift-openapi-generator#495.
Modifications
Introduced the new APIs.
Result
Easy use of event streams.
Test Plan
Added unit tests for all.