-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[Flight] Encode ReadableStream and AsyncIterables #28847
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f5c61 - Browse repository at this point
Copy the full SHA 60f5c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd8e6f - Browse repository at this point
Copy the full SHA 7dd8e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed74ee - Browse repository at this point
Copy the full SHA bed74eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f0172 - Browse repository at this point
Copy the full SHA 65f0172View commit details -
Add a wrapper fragment if an AsyncIterable needs to be keyed
This is consistent with other Iterables.
Configuration menu - View commit details
-
Copy full SHA for 105fa03 - Browse repository at this point
Copy the full SHA 105fa03View commit details -
Port sync resolution in thenables which are preinstrumented like Flight
This was already done in Fiber but not in Fizz/Flight.
Configuration menu - View commit details
-
Copy full SHA for e12febf - Browse repository at this point
Copy the full SHA e12febfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77a171 - Browse repository at this point
Copy the full SHA f77a171View commit details -
If a model is blocked on a direct dependency we need to wait to enque…
…ue it For AsyncIterables, since we control the promises, we can instead let the consumer peak ahead in that case.
Configuration menu - View commit details
-
Copy full SHA for 8e33e92 - Browse repository at this point
Copy the full SHA 8e33e92View commit details -
Try to synchronously emit a task if possible using the stream id
This helps us avoid outlining a model if it's synchronously available.
Configuration menu - View commit details
-
Copy full SHA for cecd166 - Browse repository at this point
Copy the full SHA cecd166View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d5dea - Browse repository at this point
Copy the full SHA e8d5deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fddb4e - Browse repository at this point
Copy the full SHA 0fddb4eView commit details