[][src]Module pushevent::server

Structs

Server

The main server struct that gets returned when a ws server is opened. It encapsulates a vector of thread join handles, which holds mainly our Websocket server thread and a thread which receives messages from our mpsc channel. It also holds our inner ServerRef which you probably don't need to touch.