protected event list references to posted messages can be stored here at least to keep live reference and avoid GC as well, on some platforms it's easy to send id to message queue, but not pointer
return next event
return event by unique id
puts event into queue, returns event's unique id
See Implementation
protected event list references to posted messages can be stored here at least to keep live reference and avoid GC as well, on some platforms it's easy to send id to message queue, but not pointer