Closed nicopap closed 1 year ago
Marc should implement Send and Sync even for unsized types. This commit adds the proper bounds to make this work, and a test to make sure it actually works.
Marc
Send
Sync
Thanks and sorry this took me so long to get to! Released 0.1.1 with the change
Thank you for the review. I'm not entitled to your work. I'm always grateful of maintainers considering my contributions.
Marc
should implementSend
andSync
even for unsized types. This commit adds the proper bounds to make this work, and a test to make sure it actually works.