Hi everyone,<div><br></div><div>I'm interested in running pika's IOLoop in a thread and I came across this code sample :&nbsp;<a href="http://cms02.phys.ntu.edu.tw/tracs/env/browser/trunk/messaging/pika/mon.py">http://cms02.phys.ntu.edu.tw/tracs/env/browser/trunk/messaging/pika/mon.py</a></div><div><br></div><div>I was wondering why and what could be the advantages of wrapping the callbacks in methods (I can understand the&nbsp;on_exchange_declared() method that returns a different callback according to thread's name) ?</div><div><br></div><div>Another question is why considering multiprocessing over threading in this case ?</div>