]> Sergey Matveev's repositories - btrtrc.git/commit
Improve Closing (#559)
authorZilog8 <zeuscoding@gmail.com>
Sun, 5 Sep 2021 01:33:41 +0000 (21:33 -0400)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 01:33:41 +0000 (11:33 +1000)
commitccb90f125296e15eb0554ad0d937078022b47acc
tree11b68ed6a63cdc9f2f189aacb5194ab688ad8450
parentf295057347dc3e34ec04e69c4814b0af76ccb716
Improve Closing (#559)

- Prevent double-closing in cmd/torrent
- Move async closing from storage to torrents, and wait on them to finish tidying up before returning/exiting.
client.go
cmd/torrent/main.go
torrent.go