Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Future returned by Buffer::map_write on native is !Send again #293

Closed
kyren opened this issue May 1, 2020 · 3 comments
Closed

Future returned by Buffer::map_write on native is !Send again #293

kyren opened this issue May 1, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@kyren
Copy link
Contributor

kyren commented May 1, 2020

Also presumably Buffer::map_read, but I haven't checked it.

This is in current master (49640d2), looks to be due to #281 maybe?

@rukai
Copy link
Contributor

rukai commented May 1, 2020

winit has unittests for ensuring types remain send, might be useful here https://github.com/rust-windowing/winit/blob/master/tests/send_objects.rs

@kvark
Copy link
Member

kvark commented May 1, 2020

Will be fixed by #294

@kvark kvark added the enhancement New feature or request label May 1, 2020
@kyren
Copy link
Contributor Author

kyren commented May 9, 2020

Should now be fixed by #272!

@kyren kyren closed this as completed May 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants