79565491

Date: 2025-04-09 23:40:19
Score: 2
Natty:
Report link

Yes, and there are other ways too like:

  1. std::latch where you can use count_down()

  2. std::barrier where you can use arrive_and_wait()

  3. std::counting_semaphore where you can use release() / acquire()

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pratik Mathur