]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
switch back to tokio now that it's stable and packaged
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 10:12:50 +0000 (11:12 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 14:38:06 +0000 (15:38 +0100)
commit5bd0c5620f6f1339a5cfec8318fb525d457a7f61
tree31196606eb46cfc7ffcc7c9c12d8b4845b2d6106
parent401ab6a2e5f47c8168d140cef27123892a04287d
switch back to tokio now that it's stable and packaged

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 files changed:
.cargo/config [new file with mode: 0644]
Cargo.toml
src/capability.rs
src/executor.rs [deleted file]
src/fork.rs
src/io/epoll.rs [deleted file]
src/io/mod.rs
src/io/pipe.rs
src/io/polled_fd.rs [new file with mode: 0644]
src/io/reactor.rs [deleted file]
src/io/seq_packet.rs
src/macros.rs
src/main.rs
src/tools.rs