Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
Send
and Sync
for ThinBox<T>
Just like `Box<T>`, `ThinBox<T>` owns its data on the heap, so it should implement `Send` and `Sync` when `T` does.
- Loading branch information