mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 00:55:42 +02:00
2020f60ebf
Runnables encapsulating database or IO tasks are passed to the relevant threads. The IO thread's task queue is unbounded to avoid deadlock, but its growth is indirectly limited by the progress of database tasks.