Discuss thread::scoped API in past tense

pull/97/head
Jonathan Behrens 6 years ago committed by GitHub
parent 23d9dee30c
commit 148a9625a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,7 +182,7 @@ horribly degenerate. Also *oh my gosh* it's such a ridiculous corner case.
## thread::scoped::JoinGuard
The thread::scoped API intends to allow threads to be spawned that reference
The thread::scoped API intended to allow threads to be spawned that reference
data on their parent's stack without any synchronization over that data by
ensuring the parent joins the thread before any of the shared data goes out
of scope.

Loading…
Cancel
Save