init_socket

Function init_socket 

Source
pub fn init_socket()
Expand description

Creates socket and listen it at new thread to handle notification callbacks

§Panics

Panics if can’t create socket. Spawned thread panics on receive message error.