Skip to content

Introduce tokio for async/await to codebase

Dagur Valberg Johannsson requested to merge dagurval/rostrum:tokio into master

This introduces tokio for use with async/await. Networking code is moved to use with tokio.

This is the first step in introducing a proper websocket implementation, possibliy based on fastwebsockets

Merge request reports