aerc/lib
Simon Ser 7c6325977b lib/ui/ui: use atomic instead of channel
This makes it so an atomic `invalid` value is used instead of an unbuffered
channel. When many invalidations kick in, a lot of values were sent to the
channel.

(Since OnInvalidate's callback can be run in any goroutine, we need to be
careful about races here.)
2019-05-19 11:51:18 -04:00
..
ui lib/ui/ui: use atomic instead of channel 2019-05-19 11:51:18 -04:00
msgid.go Implement (basic form) of :reply 2019-05-16 12:15:34 -04:00
msgstore.go Update internal state and draw from the same goroutine 2019-05-19 11:51:16 -04:00