|
|
615ee51229
|
Support async::executor::clear()
|
2025-10-18 17:31:34 +03:00 |
|
|
|
1b548f1ba3
|
Profile tasks execution in async::threadpool
|
2025-09-07 13:59:06 +03:00 |
|
|
|
059b2b1539
|
Use null util::function instead of a stop_execution exception when stopping threadpool threads to prevent exceptions from triggering when debugging
|
2025-09-04 00:55:04 +03:00 |
|
|
|
85d7a0ca33
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
|
|
dd12ad9477
|
Add special handling for util::exception in various places to print stacktrace info
|
2023-08-06 12:53:03 +03:00 |
|
|
|
8425900fe0
|
Implement synchronous implementation of async::executor
|
2022-12-26 14:06:39 +03:00 |
|
|
|
512ec6df93
|
Remove '#' from threadpool thread names
|
2022-08-07 11:41:37 +03:00 |
|
|
|
11614b3c1b
|
Support max event count in async::event_loop::pump
|
2022-02-05 12:37:22 +03:00 |
|
|
|
9cba2d1c16
|
Add thread unregistering in log
|
2021-03-04 14:29:39 +03:00 |
|
|
|
148dc60d40
|
Support pumping non-delayed events in async::event_loop
|
2020-11-29 12:30:40 +03:00 |
|
|
|
0f1479abbd
|
Implement event_loop using synchronyzed_queue
|
2020-11-21 23:29:39 +03:00 |
|
|
|
0d64e86ffe
|
Add async library & move stuff from util to async
|
2020-11-21 16:27:38 +03:00 |
|