Property definitions

libevent $ TestConnection :: defaultinit
class TestConnection
	super Connection

	redef fun read_callback(content)
	do
		0.2.sleep # Forcing the server output after the client output
		printn "[Server] Read: {content}"
	end
end
lib/libevent/libevent_test.nit:47,1--55,3