caue
6c9e89be03
fixed segfault when starting and stoping the event hook too quickly, it was a data race
2020-03-30 02:24:38 -03:00
htmk
e52a5e1e9e
Probably final touches
...
i swear this time
2019-02-09 01:37:04 -02:00
htmk
cf7d9111a1
General cleanup
2019-02-08 20:33:05 -02:00
htmk
11eee3201f
Part 2 of making the lib async
...
- New event struct mimiking C structs
- changed c channel library to eb_chan
- changed API to something more palatable
2019-02-08 20:26:02 -02:00
htmk
e5d15765a1
Part 1 of supporting async events
...
made the dispatch process send events via json through a channel (the c kind), made another function that receives it and sends it trough another channel (the go kind)
todo: remove usage of function-local data trough channel
todo:find error that is causing the c channel to fill up?
2019-02-08 14:39:24 -02:00
vcaesar
f27e2e5265
add event status and update code style
2018-11-13 12:43:04 -04:00
vcaesar
602a6294ff
update code style
2018-11-12 16:39:16 -04:00
vcaesar
90cff033b9
#include <stdlib.h>
2018-09-17 13:36:29 -04:00
vcaesar
5d0c662549
add event c file
2018-09-16 19:25:32 -04:00
vcaesar
2cc3a5d7ce
Update README.md and move code
2018-09-04 15:25:08 -04:00
vCaesar
3df4cff48b
Fix invalid size
2017-04-22 19:50:38 +08:00
vCaesar
16089b2aa9
Initial commit
2017-02-06 16:55:01 +08:00