1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-27 00:17:02 +08:00

29 Commits

Author SHA1 Message Date
wqking
c472fb22e7 Improved documents 2024-03-13 08:37:10 +08:00
wqking
a24be22f86 Added note for arguments life time in EventQueue::enqueue 2023-04-27 10:29:50 +08:00
wqking
0fe5dd65af Updated document according to previous code change 2023-02-17 08:56:03 +08:00
wqking
4bb20b5557 Fixed typos in documents 2022-05-31 17:27:15 +08:00
wqking
6e5f6ee45d tab->spaces in documents for easier read 2022-02-04 09:00:50 +08:00
wqking
9ba1bfb1f1 Added function processUntil in EventQueue 2022-01-03 10:13:14 +08:00
wqking
7dbcf72cb1 Updated documents 2021-10-28 21:11:57 +08:00
wqking
115dae57db Predictor in EventQueue::processIf can have no parameters. 2021-10-28 20:46:41 +08:00
wqking
22bfb4ae71 Update documents 2021-01-03 21:25:35 +08:00
wqking
c618130069 Add unit tests 2020-12-27 21:05:21 +08:00
wqking
6b8278e205 Add getter functions in EventQueue::QueuedEvent 2020-12-21 10:56:25 +08:00
wqking
578c547a72 Updated doc 2020-11-25 21:32:38 +08:00
wqking
03f4a8304e Fixed compile error in assignment operators 2020-02-25 15:06:13 +08:00
wqking
da7dacce1e Improved TOC generating. 2019-04-02 19:33:01 +08:00
wqking
bf62d50a34 Improved TOC generating. 2019-03-31 22:32:04 +08:00
wqking
0d082a5249 Added documents for heter-classes 2019-03-31 19:38:49 +08:00
wqking
9de92285b3 Generate TOC using addtoc2md.pl 2019-03-31 11:22:36 +08:00
wqking
188ddc403e Added tutorial code for HeterCallbackList 2019-03-31 11:10:21 +08:00
wqking
4469699d34 Rewrote EventQueue::QueuedEvent with meaningful struct 2018-12-13 19:32:06 +08:00
wqking
ca891ac291 Added function processIf to EventQueue 2018-07-24 22:11:01 +08:00
wqking
c282b562cc Added function clearEvents to EventQueue 2018-07-23 18:49:26 +08:00
wqking
9e663f1c03 Fixed typos in document. 2018-07-11 22:05:29 +08:00
wqking
2c734c8704 Added function processOne to EventQueue 2018-07-10 22:05:00 +08:00
wqking
46285cb8dc Made the major classes copyable/movable/assignable. Add utilities. 2018-07-09 22:15:37 +08:00
wqking
bcb047312b Updated document 2018-05-26 09:01:18 +08:00
wqking
eac5092609 Support non-copyable event argument in EventQueue. 2018-05-20 13:35:27 +08:00
wqking
7b7d65d5b9 Added function peekEvent, takeEvent, and overloaded dispatch to event queue. 2018-05-20 12:49:25 +08:00
wqking
d470c91da9 Improved documents 2018-05-19 20:04:09 +08:00
wqking
581c3efa00 Added documents. 2018-05-19 17:42:41 +08:00