Merge pull request #97 from fintelia/patch-1

Discuss thread::scoped API in past tense
pull/103/head
Alexis Beingessner 6 years ago committed by GitHub
commit 7a5aa3ab3a
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