laziness fix
Now scanning runs fully interleaved with transferring.
This commit is contained in:
parent
b665ffe36f
commit
95c80b6440
2 changed files with 37 additions and 23 deletions
|
@ -5,7 +5,15 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Assistant.TransferQueue where
|
||||
module Assistant.TransferQueue (
|
||||
TransferQueue,
|
||||
Schedule(..),
|
||||
newTransferQueue,
|
||||
queueTransfers,
|
||||
queueTransfer,
|
||||
queueTransferAt,
|
||||
getNextTransfer
|
||||
) where
|
||||
|
||||
import Common.Annex
|
||||
import Assistant.DaemonStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue