c:c_threads:transfer_ownership_of_threads_at_runtime
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
c:c_threads:transfer_ownership_of_threads_at_runtime [2021/03/05 12:47] – peter | c:c_threads:transfer_ownership_of_threads_at_runtime [2021/06/09 11:07] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== C - C++ Threads - Transfer ownership of threads at runtime ====== | ====== C - C++ Threads - Transfer ownership of threads at runtime ====== | ||
- | std::move can be called to move the ownership of the underlying thread resource from one std::thread object to another. | + | **std::move** can be called to move the ownership of the underlying thread resource from one std::thread object to another. |
---- | ---- |
c/c_threads/transfer_ownership_of_threads_at_runtime.1614948428.txt.gz · Last modified: 2021/03/05 12:47 by peter