fiber::sleepfor stop updating when system clock moves backwards
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 510
- Fork
- 123
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I'm using fiber with shared_work algo on boost 1.78 aarch64.
a simple code is
```
while (true){
this_fiber::sleep_for(100ms);
}
```
when system clock moves backwards, this fiber would never resumed.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.