Files
nearby/internal/platform
Janusz Sobczak 8f887064ec Fix dead-lock during executor shutdown
The flow below caused a dead-lock:
1. A lengthy task A is running on an executor.
2. Executor is destructed, or `Shutdown()` on another thread. The call blocks
   waiting for A to complete.
3. Task A executes another task B on the executor. The call blocks forever.

PiperOrigin-RevId: 517495348
2023-03-17 13:34:57 -07:00
..
2023-03-16 13:27:26 -07:00
2023-03-06 07:06:57 -08:00
2023-01-23 16:04:21 -08:00
2023-03-15 17:24:11 -07:00
2022-02-02 11:56:39 -08:00
2023-03-16 13:27:26 -07:00
2023-03-15 18:18:54 -07:00
2023-03-15 18:18:54 -07:00
2022-02-02 11:56:39 -08:00
2023-03-15 18:42:39 -07:00
2023-01-11 15:19:33 -08:00
2023-01-11 15:19:33 -08:00
2023-03-15 18:18:54 -07:00
2022-02-02 11:56:39 -08:00