Files
bitcoin/src/util
furszy 59d24bd5dd threadpool: make Submit return Expected instead of throwing
Unlike exceptions, which can be ignored as they require extra try-catch
blocks, returning expected errors forces callers to always handle
submission failures.

Not throwing an exception also fixes an unclean shutdown bug
#34573 since we no longer throw when attempting to Submit()
from the libevent callback http_request_cb().
2026-02-17 15:02:40 -05:00
..
2026-01-15 16:15:44 +01:00
2026-01-20 16:26:50 +00:00
2026-02-02 17:22:31 +00:00
2026-01-22 12:10:33 -05:00