aboutsummaryrefslogtreecommitdiff
path: root/src/background.rs
Commit message (Collapse)AuthorAgeFilesLines
* Better concurrency:Alex Auvolat2020-04-221-3/+6
| | | | | | Use Notify instead of stupid sleep in background worker Use Semaphore to limit concurrent requests in rpc_client Make more background tasks cancellable
* Pretty loggingAlex Auvolat2020-04-211-4/+4
|
* Log which workers are doing whatAlex Auvolat2020-04-191-6/+7
|
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-0/+2
|
* WIPAlex Auvolat2020-04-161-1/+1
|
* Begin work on sync...Alex Auvolat2020-04-161-1/+1
|
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-0/+113