std::future::wait – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
Blocks until the result becomes available. valid() == true after the call.
Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Ausnahmen
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
Siehe auch
| waits for the result, returns if it is not available for the specified timeout duration (öffentliche Elementfunktion) [edit] | |
wartet auf das Ergebnis liefert, wenn es nicht verfügbar ist, bis spezifizierte Zeit erreicht worden ist Original: waits for the result, returns if it is not available until specified time point has been reached The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |