fiber::sleepfor stop updating when system clock moves backwards
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 510
- Forks
- 123
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.