BurntSushi/same-file

Ensure `Handle` is `Send + Sync`

KodrAus opened this issue · 0 comments

Relevant API Guideline

Add assert_send / assert_sync methods and test Handle to make sure it stays Send + Sync.

See the API Guideline for an example of how to do this.