]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
custom executor
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Oct 2019 10:16:21 +0000 (12:16 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Oct 2019 11:06:35 +0000 (13:06 +0200)
commit64d527abe6278638b8434210d3dcc2bc0057b0a8
tree909400cb4d51ed55ebd0e538e731ed58f6b96c09
parent4003b0f418425e1280a1b0f7b52b7d687a27932d
custom executor

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
src/executor.rs [new file with mode: 0644]
src/executor/mod.rs [deleted file]
src/executor/ring.rs [deleted file]
src/executor/slot_list.rs [deleted file]
src/executor/thread_pool.rs [deleted file]
src/main.rs