- stops the possiblity of a race conition so long as server
implementor calls X11::XRemote::block() when receiving a command. - send_reply automatically unblocks. I guess the alternative would be to send yourself a command or to emit an event to act on. Not sure which is best, but seems like a good idea to stop people being able to create the race condition.
Please register or sign in to comment