Experiment with futures

This commit is contained in:
Adrian Heine 2020-08-16 11:08:22 +02:00
parent 907fbf95db
commit 2d3e3688fa
44 changed files with 2081 additions and 1242 deletions

View file

@ -90,6 +90,7 @@ impl<T: AsRef<Path>> SocketSpec for T {
}
}
#[derive(Debug)]
pub struct LocalTcpSocket(usize);
impl LocalTcpSocket {