-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
insert_non_send_resource
doesnt document panics
#6277
Comments
BoxyUwU
added
C-Docs
An addition or correction to our documentation
S-Needs-Triage
This issue needs to be labelled
labels
Oct 17, 2022
alice-i-cecile
added
D-Trivial
Nice and easy! A great choice to get started with Bevy
A-ECS
Entities, components, systems, and events
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Oct 17, 2022
bors bot
pushed a commit
that referenced
this issue
Oct 21, 2022
Signed-off-by: Lena Milizé <[email protected]> # Objective Fixes #6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
bors bot
pushed a commit
that referenced
this issue
Oct 24, 2022
Signed-off-by: Lena Milizé <[email protected]> # Objective Fixes #6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Oct 28, 2022
Signed-off-by: Lena Milizé <[email protected]> # Objective Fixes bevyengine#6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
Pietrek14
pushed a commit
to Pietrek14/bevy
that referenced
this issue
Dec 17, 2022
Signed-off-by: Lena Milizé <[email protected]> # Objective Fixes bevyengine#6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
Signed-off-by: Lena Milizé <[email protected]> # Objective Fixes bevyengine#6277. ## Solution Adds `# Panics` section to [`fn insert_non_send_resource`](http://dev-docs.bevyengine.org/bevy/ecs/world/struct.World.html#method.insert_non_send_resource) documentation, which explains that it panics when called from thread other than main thread.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fn insert_non_send_resource
should explain that it panics when called from not-the-main-threadThe text was updated successfully, but these errors were encountered: