별의 공부 블로그 🧑🏻‍💻
728x90
728x170

*[header][Multi-threading] future (C++11)


<future>

Future
Header with facilities that allow asynchronous access to values set by specific providers, possibly in a different thread.

Each of these providers (which are either promise or packaged_task objects, or calls to async) share access to a shared state with a future object: the point where the provider makes the shared state ready is synchronized with the point the future object accesses the shared state


Classes

Providers


Futures


Other types


Functions

Providers


Other functions



내용 출처 : http://www.cplusplus.com/reference/future/

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖