#dev 2016-11-27

2016-11-27 UTC
KevinMarks, KartikPrabhu, tantek and KevinMarks_ joined the channel
#
bear
threads really are nothing but queue consumers bound by proximity
#
bear
all communication between threads is, the vast majority of the time, implemented by queues. which is also how python subprocess module does it
#
bear
IMO splitting out the different actors on the items being sent into, and out of, a queue into different discrete parts is purposeful programming
#
bear
goes back to lurking
KartikPrabhu, KevinMarks, KevinMarks_ and tantek joined the channel
miklb and KevinMarks joined the channel
#
KevinMarks
Talking of thread fail, the android twitter app has locked up sending a tweet and now can't refresh the page.
tantek and KevinMarks joined the channel