Class EventList

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

Inherits from

  • Object (base class)

Constructors

Name Description
this

Fields

Name Type Description
_events dlangui.core.collections.__T10CollectionTC7dlangui4core6events11CustomEventVbi0Z.Collection
_mutex core.sync.mutex.Mutex

Methods

Name Description
get return next event
get return event by unique id
put puts event into queue, returns event's unique id

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0