[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
Returns best eventer metaclass
Source position: levents.pp line 191
function BestEventerClass: TLEventerClass; |
Returns the best possible eventer metaclass on given Architecture/OS/Version
This method is used to get the class of the best possible eventer on given combination of architecture and operating system version. For example on Linux 2.4 it would return TLSelectEventer, however the same binary on Linux 2.6 would return TLEpollEventer. It is runtime based.
No notes exist for this page yet.