onDataRecv(void* ) {

add to my queue

}

Netman init(void* ) {

server data_recv_event = onDataRecv();

}