summaryrefslogtreecommitdiff
path: root/docs/examples/multi-event.c
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
| | | | | | | | Fine: "struct hello *world" Not fine: "struct hello* world" (and variations) Closes #5386
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
| | | | Closes #4547
* docs: added multi-event.c exampleAndrei Valeriu BICA2019-10-071-0/+240
Similar to multi-uv.c but using libevent 2. This is a simpler libevent integration example then hiperfifo.c. Closes #4471