catbase/plugins/babbler
Chris Sexton 66fa219f78 babbler: make recording new babbles _fast_
This is a hack. I am just pushing the processing off into a goroutine so
that we can return as quickly as possible from a non-event as far as the
bot's interaction with users is concerned. This is potentially harmful
if we have too many goroutines blocked writing babblers (hopefully
    sqlite is configured to be thread-safe). But if we have a bunch of
    babblers writing off to disk, it's no worse than blocking for each
    one sequentially, I guess.
2018-11-08 18:06:11 -05:00
..
babbler.go listening to thread responses to rpg threads only 2017-10-31 14:14:45 -04:00
babbler_test.go go fmt 2018-05-02 07:02:04 -04:00
commands.go babbler: make recording new babbles _fast_ 2018-11-08 18:06:11 -05:00