Files
cppdraft_translate/cppdraft/exec/run/loop/ctor.md
2025-10-25 03:02:53 +03:00

931 B
Raw Blame History

[exec.run.loop.ctor]

33 Execution control library [exec]

33.12 Execution contexts [exec.ctx]

33.12.1 execution::run_loop [exec.run.loop]

33.12.1.3 Constructor and destructor [exec.run.loop.ctor]

🔗

run_loop() noexcept;

1

#

Postconditions: count is 0 and state is starting.

🔗

~run_loop();

2

#

Effects: If count is not 0 or if state is running, invokes terminate ([except.terminate]).

Otherwise, has no effects.