mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 19:32:11 +00:00
Merge pull request #7 from kylelutz/fix-futures-doc
Thanks for the signaling this typo.
This commit is contained in:
@@ -308,7 +308,7 @@ The second `get()` call in the following example is undefined.
|
||||
use3( ftr.get() ); // second use is undefined
|
||||
}
|
||||
|
||||
Using a `shared_mutex` solves the issue
|
||||
Using a `shared_future` solves the issue
|
||||
|
||||
void good_second_use( type arg ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user