32
Concurrency support library
[thread]
32.3
Stop tokens
[thread.stoptoken]
32.3.9
Class
inplace_
stop_
source
[stopsource.inplace]
32.3.9.2
Constructors
[stopsource.inplace.cons]
🔗
constexpr
inplace_stop_source
(
)
noexcept
;
1
#
Effects
: Initializes a new stop state inside
*
this
.
2
#
Postconditions
:
stop_
requested
(
)
is
false
.