rust-sfml icon indicating copy to clipboard operation
rust-sfml copied to clipboard

Figure out what types are safe to implement `Send` for

Open crumblingstatue opened this issue 8 years ago • 2 comments
trafficstars

Image might be one such type, so you could load images on a separate thread, and send them to the main thread.

crumblingstatue avatar Nov 19 '17 09:11 crumblingstatue

#177 relates to this, Window doesn't implement Send.

crumblingstatue avatar Nov 19 '17 10:11 crumblingstatue