File: day_56__transfer_control.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (8 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
A bit under the weather, but got into building buttons to control running
and queued transfers today. The html and javascript side is done, with
each transfer now having a cancel button, as well as a pause/start button.

Canceling queued transfers works. Canceling running transfers will
need some more work, because killing a thread doesn't kill the processes
being run by that thread. So I'll have to make the assistant run separate
git-annex processes for transfers, that can be individually sent signals.