René's URL Explorer Experiment


Title: std::jthread - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fthread%2Fjthread
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fthread%2Fjthread
Pagehttps://en.cppreference.com/cpp/thread/jthread
Discussionhttps://en.cppreference.com/index.php?title=Talk:cpp/thread/jthread&action=edit&redlink=1
https://en.cppreference.com/cpp/thread/jthread
Readhttps://en.cppreference.com/cpp/thread/jthread
View sourcehttps://en.cppreference.com/index.php?title=cpp/thread/jthread&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/thread/jthread&action=history
https://en.cppreference.com/cpp/thread/jthread
cpphttps://en.cppreference.com/cpp
threadhttps://en.cppreference.com/cpp/thread
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Threadshttps://en.cppreference.com/cpp/thread#Threads
threadhttps://en.cppreference.com/cpp/thread/thread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://en.cppreference.com/cpp/thread/hardware_destructive_interference_size
this_thread namespacehttps://en.cppreference.com/cpp/thread#Functions_managing_the_current_thread
get_idhttps://en.cppreference.com/cpp/thread/get_id
yieldhttps://en.cppreference.com/cpp/thread/yield
sleep_forhttps://en.cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://en.cppreference.com/cpp/thread/sleep_until
Cooperative cancellationhttps://en.cppreference.com/cpp/thread#Cooperative_cancellation
stop_tokenhttps://en.cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://en.cppreference.com/cpp/thread/never_stop_token
stop_sourcehttps://en.cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://en.cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://en.cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://en.cppreference.com/cpp/thread/stop_callback_for_t
stoppable_tokenhttps://en.cppreference.com/cpp/thread/stoppable_token
unstoppable_tokenhttps://en.cppreference.com/cpp/thread/unstoppable_token
stoppable-sourcehttps://en.cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://en.cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Mutual exclusionhttps://en.cppreference.com/cpp/thread#Mutual_exclusion
mutexhttps://en.cppreference.com/cpp/thread/mutex
recursive_mutexhttps://en.cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://en.cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://en.cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://en.cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://en.cppreference.com/cpp/thread/shared_timed_mutex
Generic lock managementhttps://en.cppreference.com/cpp/thread#Generic_mutex_management
lockhttps://en.cppreference.com/cpp/thread/lock
lock_guardhttps://en.cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://en.cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://en.cppreference.com/cpp/thread/unique_lock
shared_lockhttps://en.cppreference.com/cpp/thread/shared_lock
once_flaghttps://en.cppreference.com/cpp/thread/once_flag
call_oncehttps://en.cppreference.com/cpp/thread/call_once
try_lockhttps://en.cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://en.cppreference.com/cpp/thread/lock_tag
Condition variableshttps://en.cppreference.com/cpp/thread#Condition_variables
condition_variablehttps://en.cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://en.cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://en.cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://en.cppreference.com/cpp/thread/cv_status
Semaphoreshttps://en.cppreference.com/cpp/thread#Semaphores
counting_semaphorebinary_semaphorehttps://en.cppreference.com/cpp/thread/counting_semaphore
Latches and Barriershttps://en.cppreference.com/cpp/thread#Latches_and_Barriers
latchhttps://en.cppreference.com/cpp/thread/latch
barrierhttps://en.cppreference.com/cpp/thread/barrier
Futureshttps://en.cppreference.com/cpp/thread#Futures
promisehttps://en.cppreference.com/cpp/thread/promise
futurehttps://en.cppreference.com/cpp/thread/future
shared_futurehttps://en.cppreference.com/cpp/thread/shared_future
packaged_taskhttps://en.cppreference.com/cpp/thread/packaged_task
asynchttps://en.cppreference.com/cpp/thread/async
launchhttps://en.cppreference.com/cpp/thread/launch
future_statushttps://en.cppreference.com/cpp/thread/future_status
future_errorhttps://en.cppreference.com/cpp/thread/future_error
future_categoryhttps://en.cppreference.com/cpp/thread/future_category
future_errchttps://en.cppreference.com/cpp/thread/future_errc
Safe Reclamationhttps://en.cppreference.com/cpp/thread#Safe_Reclamation
Read-Copy-Update Mechanismhttps://en.cppreference.com/cpp/thread#Read-Copy-Update_Mechanism
rcu_obj_basehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://en.cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://en.cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Hazard Pointershttps://en.cppreference.com/cpp/thread#Hazard_Pointers
hazard_pointer_obj_basehttps://en.cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://en.cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://en.cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Atomic typeshttps://en.cppreference.com/cpp/thread#Atomic_types
atomichttps://en.cppreference.com/cpp/atomic/atomic
atomic_refhttps://en.cppreference.com/cpp/atomic/atomic_ref
atomic_flaghttps://en.cppreference.com/cpp/atomic/atomic_flag
Initialization of atomic typeshttps://en.cppreference.com/cpp/thread#Initialization
atomic_inithttps://en.cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://en.cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://en.cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Memory orderinghttps://en.cppreference.com/cpp/thread#Memory_synchronization_ordering
memory_orderhttps://en.cppreference.com/cpp/atomic/memory_order
kill_dependencyhttps://en.cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://en.cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://en.cppreference.com/cpp/atomic/atomic_signal_fence
Free functions for atomic operationshttps://en.cppreference.com/cpp/thread#Operations_on_atomic_types
atomic_storeatomic_store_explicithttps://en.cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://en.cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://en.cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://en.cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_max
atomic_fetch_minatomic_fetch_min_explicithttps://en.cppreference.com/cpp/atomic/atomic_fetch_min
atomic_is_lock_freehttps://en.cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://en.cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://en.cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://en.cppreference.com/cpp/atomic/atomic_notify_all
Free functions for atomic flagshttps://en.cppreference.com/cpp/thread#Flag_type_and_operations
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://en.cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://en.cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://en.cppreference.com/cpp/atomic/atomic_flag_notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/navbar_content&action=edit
jthread::jthreadhttps://en.cppreference.com/cpp/thread/jthread/jthread
jthread::~jthreadhttps://en.cppreference.com/cpp/thread/jthread/~jthread
jthread::operator=https://en.cppreference.com/cpp/thread/jthread/operator%3D
jthread::joinablehttps://en.cppreference.com/cpp/thread/jthread/joinable
jthread::get_idhttps://en.cppreference.com/cpp/thread/jthread/get_id
jthread::native_handlehttps://en.cppreference.com/cpp/thread/jthread/native_handle
jthread::hardware_concurrencyhttps://en.cppreference.com/cpp/thread/jthread/hardware_concurrency
jthread::joinhttps://en.cppreference.com/cpp/thread/jthread/join
jthread::detachhttps://en.cppreference.com/cpp/thread/jthread/detach
jthread::swaphttps://en.cppreference.com/cpp/thread/jthread/swap
jthread::get_stop_sourcehttps://en.cppreference.com/cpp/thread/jthread/get_stop_source
jthread::get_stop_tokenhttps://en.cppreference.com/cpp/thread/jthread/get_stop_token
jthread::request_stophttps://en.cppreference.com/cpp/thread/jthread/request_stop
swap(std::jthread)https://en.cppreference.com/cpp/thread/jthread/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/navbar_content&action=edit
https://en.cppreference.com/cpp/header/thread
a single thread of executionhttps://en.wikipedia.org/wiki/Thread_(computing)
constructor argumenthttps://en.cppreference.com/cpp/thread/jthread/jthread
CopyConstructiblehttps://en.cppreference.com/cpp/named_req/CopyConstructible
CopyAssignablehttps://en.cppreference.com/cpp/named_req/CopyAssignable
MoveConstructiblehttps://en.cppreference.com/cpp/named_req/MoveConstructible
MoveAssignablehttps://en.cppreference.com/cpp/named_req/MoveAssignable
1 Member typeshttps://en.cppreference.com/cpp/thread/jthread#Member_types
2 Member functionshttps://en.cppreference.com/cpp/thread/jthread#Member_functions
2.1 Observershttps://en.cppreference.com/cpp/thread/jthread#Observers
2.2 Operationshttps://en.cppreference.com/cpp/thread/jthread#Operations
2.3 Stop token handlinghttps://en.cppreference.com/cpp/thread/jthread#Stop_token_handling
3 Non-member functionshttps://en.cppreference.com/cpp/thread/jthread#Non-member_functions
4 Noteshttps://en.cppreference.com/cpp/thread/jthread#Notes
5 See alsohttps://en.cppreference.com/cpp/thread/jthread#See_also
std::thread::idhttps://en.cppreference.com/cpp/thread/thread/id
std::thread::native_handle_typehttps://en.cppreference.com/cpp/thread/thread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_native_handle_type&action=edit
(constructor)https://en.cppreference.com/cpp/thread/jthread/jthread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_constructor&action=edit
(destructor)https://en.cppreference.com/cpp/thread/jthread/~jthread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_destructor&action=edit
operator=https://en.cppreference.com/cpp/thread/jthread/operator%3D
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_operator%3D&action=edit
joinablehttps://en.cppreference.com/cpp/thread/jthread/joinable
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_joinable&action=edit
get_idhttps://en.cppreference.com/cpp/thread/jthread/get_id
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_get_id&action=edit
native_handlehttps://en.cppreference.com/cpp/thread/jthread/native_handle
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_native_handle&action=edit
hardware_concurrencyhttps://en.cppreference.com/cpp/thread/jthread/hardware_concurrency
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_hardware_concurrency&action=edit
joinhttps://en.cppreference.com/cpp/thread/jthread/join
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_join&action=edit
detachhttps://en.cppreference.com/cpp/thread/jthread/detach
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_detach&action=edit
swaphttps://en.cppreference.com/cpp/thread/jthread/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap&action=edit
get_stop_sourcehttps://en.cppreference.com/cpp/thread/jthread/get_stop_source
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_get_stop_source&action=edit
get_stop_tokenhttps://en.cppreference.com/cpp/thread/jthread/get_stop_token
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_get_stop_token&action=edit
request_stophttps://en.cppreference.com/cpp/thread/jthread/request_stop
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/jthread/dsc_request_stop&action=edit
swap(std::jthread)https://en.cppreference.com/cpp/thread/jthread/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/thread/dsc_swap2&action=edit
Feature-testhttps://en.cppreference.com/cpp/utility/feature_test
__cpp_lib_jthreadhttps://en.cppreference.com/cpp/feature_test#cpp_lib_jthread
201911Lhttps://en.cppreference.com/cpp/compiler_support/20#cpp_lib_jthread_201911L
Stop tokenhttps://en.cppreference.com/cpp/thread/stop_token
joining threadhttps://en.cppreference.com/cpp/thread/jthread#Top
threadhttps://en.cppreference.com/cpp/thread/thread
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/dsc_thread&action=edit
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/cpp/thread/jthread
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/thread/jthread
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/thread/jthread
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/thread/jthread&oldid=151008
Page informationhttps://en.cppreference.com/index.php?title=cpp/thread/jthread&action=info
العربيةhttp://ar.cppreference.com/cpp/thread/jthread
Deutschhttps://de.cppreference.com/cpp/thread/jthread
Españolhttp://es.cppreference.com/cpp/thread/jthread
Françaishttp://fr.cppreference.com/cpp/thread/jthread
Italianohttp://it.cppreference.com/cpp/thread/jthread
日本語http://ja.cppreference.com/cpp/thread/jthread
Portuguêshttp://pt.cppreference.com/cpp/thread/jthread
Русскийhttp://ru.cppreference.com/cpp/thread/jthread
中文http://zh.cppreference.com/cpp/thread/jthread

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.