Search⌘ K

Test Yourself: std::jthread

Test your knowledge of std::jthread in C++20 to strengthen understanding of safer, automatic thread management. This lesson helps solidify concepts for effective, modern concurrent programming.

We'll cover the following...

Choose the possible correct answer(s).

1.

The std::jthread automatically joins in its destructor and can cooperatively be interrupted.

A.

True

B.

False


1 / 4

I hope ...