3 Commits

Author SHA1 Message Date
htmk
e52a5e1e9e Probably final touches
i swear this time
2019-02-09 01:37:04 -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