* Refactor sync to add priority tasks. * Send priority tasks notifications. * Propagate blocks, optimize transactions. * Implement transaction propagation. Use sync_channel. * Tone down info. * Prevent deadlock by not waiting forever for sync lock. * Fix lock order. * Don't use sync_channel to prevent deadlocks. * Fix tests. |
||
|---|---|---|
| .. | ||
| handler.rs | ||
| mod.rs | ||
| propagator.rs | ||
| requester.rs | ||
| supplier.rs | ||