Open
Bug 1927664
Opened 1 year ago
Updated 1 year ago
Investigate std::sleep_for use on Windows
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
NEW
People
(Reporter: handyman, Unassigned)
Details
It appears that std::sleep_for isn't causing the thread to sleep in clipboard on try, as mentioned in bug 1921759 comment 20.
Comment 1•1 year ago
|
||
This is quite surprising, as — at least on my local build — std::sleep_for ultimately just calls ::Sleep(). (This can be confirmed with a breakpoint on _Thrd_sleep_for.)
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•