HFT_DEV Telegram 63
Третьим будет вопрос: как лучше и как корректно: делать unlock после notify или до (и почему)?
{
std::unique_lock l{_m};
_queue.push(val);
_cv.notify_one();
}

или
{
std::unique_lock l{_m};
_queue.push(val);
}
_cv.notify_one();



tgoop.com/hft_dev/63
Create:
Last Update:

Третьим будет вопрос: как лучше и как корректно: делать unlock после notify или до (и почему)?

{
std::unique_lock l{_m};
_queue.push(val);
_cv.notify_one();
}

или
{
std::unique_lock l{_m};
_queue.push(val);
}
_cv.notify_one();

BY Один микросек - C++, low latency, concurrency, HFT


Share with your friend now:
tgoop.com/hft_dev/63

View MORE
Open in Telegram


Telegram News

Date: |

The Channel name and bio must be no more than 255 characters long As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. Commenting about the court's concerns about the spread of false information related to the elections, Minister Fachin noted Brazil is "facing circumstances that could put Brazil's democracy at risk." During the meeting, the information technology secretary at the TSE, Julio Valente, put forward a list of requests the court believes will disinformation. 5Telegram Channel avatar size/dimensions How to Create a Private or Public Channel on Telegram?
from us


Telegram Один микросек - C++, low latency, concurrency, HFT
FROM American