Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Well they still have to exit when we're exiting though | Alex Auvolat | 2020-04-22 | 1 | -2/+7 |
| | |||||
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 1 | -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 logging | Alex Auvolat | 2020-04-21 | 1 | -4/+4 |
| | |||||
* | Log which workers are doing what | Alex Auvolat | 2020-04-19 | 1 | -6/+7 |
| | |||||
* | More aggressive sync timings & improve other stuff | Alex Auvolat | 2020-04-19 | 1 | -0/+2 |
| | |||||
* | WIP | Alex Auvolat | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Begin work on sync... | Alex Auvolat | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Background task runner that replaces tokio::spawn | Alex Auvolat | 2020-04-11 | 1 | -0/+113 |