Add to the set of pending events

TODO support timeout

Property definitions

libevent $ NativeEvent :: add
	# Add to the set of pending events
	#
	# TODO support timeout
	fun add `{ event_add(self, NULL); `}
lib/libevent/libevent.nit:121,2--124,37