pub fn start_networked<T: Game<K, I>, K, I, M>(
game: T,
shared_state: K,
input: I,
handle_input: &'static (dyn Fn(Receiver<M>, Arc<Mutex<I>>) -> I + Sync),
)Expand description
Start a networked app
§Example
- For example please see the official github repo workspace, inside the example lib
- TODO: Example is inside src/bin/main.rs