]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox-rest-server: improve docs
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Sep 2021 08:33:57 +0000 (10:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Sep 2021 08:51:41 +0000 (10:51 +0200)
commit2e44983a37d5d6ca83eeed11045d0ba1be9cfe06
tree6a1e82aa02bc6d9b8e48c5c9ecdb66e4217243aa
parentc76ff4b4726396207493cacc3eda09d60cb0749a
proxmox-rest-server: improve docs

And renames abort_worker_async to abort_worker_nowait (avoid confusion,
because the function itself is not async).
proxmox-rest-server/src/command_socket.rs
proxmox-rest-server/src/lib.rs
proxmox-rest-server/src/state.rs
proxmox-rest-server/src/worker_task.rs
src/api2/node/tasks.rs
tests/worker-task-abort.rs