big future

This commit is contained in:
nora 2022-02-13 16:16:10 +01:00
parent 2aeb588ab3
commit fcf531df43
8 changed files with 1405 additions and 1297 deletions

View file

@ -22,6 +22,6 @@ pub async fn do_thing_i_guess() -> Result<()> {
let connection = Connection::new(stream);
tokio::spawn(connection.start());
tokio::spawn(connection.open_connection());
}
}