Skip to content

Conversation

@stevehello166
Copy link
Contributor

Objective

Resolves #22093

Solution

Add the trait the author proposed.

Testing

  • Did you test these changes? If so, how?
    No as the trait did not appear to need testing and I found no tests relating to the ConditionalSendFuture sister trait.

@alice-i-cecile alice-i-cecile added A-Assets Load files from disk to use for things like images, models, and sounds O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward A-Tasks Tools for parallel and async work and removed A-Assets Load files from disk to use for things like images, models, and sounds labels Dec 18, 2025
@hymm
Copy link
Contributor

hymm commented Dec 18, 2025

ConditionalSendFuture is used internally, so doesn't need a test. I'd at least like to see someone test this with a stream that is conditionally send between web and native. Does this need to be in tree to enable interop between different bevy libraries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Assets Load files from disk to use for things like images, models, and sounds A-Tasks Tools for parallel and async work O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConditionalSendStream to match ConditionalSendFuture

3 participants