Files
bitcoin/src
Andrew Toth fdf283036a coins: add ready flag to InputToFetch
Prepares for ProcessInput to be called from multiple threads.

This flag acts as a memory fence around InputToFetch::coin. There is no lock
guarding reads and writes of the coin field.
Instead we use the flag's release/acquire semantics to ensure that when the
main thread reads the coin it will have happened after a worker thread has
finished writing it.

Co-authored-by: l0rinc <pap.lorinc@gmail.com>
2026-06-29 21:40:33 -04:00
..
2026-06-15 14:51:12 +01:00
2026-06-16 11:16:00 +02:00
2026-06-23 09:25:49 +01:00
2026-06-04 21:58:56 +10:00
2026-04-20 08:55:51 +02:00
2026-06-23 09:25:49 +01:00
2026-06-29 21:40:33 -04:00
2026-05-12 21:24:19 +02:00
2026-06-04 21:58:56 +10:00
2026-05-12 21:24:19 +02:00
2026-04-28 10:37:15 +02:00
2026-06-23 16:13:03 -07:00