lol took me forever to understand lwt but finally have concurrency in the actor event processing handlers

This commit is contained in:
cqc
2021-10-07 14:07:26 -05:00
parent c8e9e1bd6c
commit 630ccb0a6f
7 changed files with 256 additions and 332 deletions

9
dune
View File

@ -2,11 +2,10 @@
(dev
(flags (:standard -warn-error -A))))
(executable
(name main)
(library
(name human)
(modes byte)
(modules main)
(link_flags (-linkall))
(modules human)
(libraries
topinf
lwt_ppx
@ -26,6 +25,8 @@
(modes byte)
(modules irc)
(libraries
human
lwt
fmt
topinf
lwt_ppx