On Fri, Mar 9, 2012 at 9:44 PM, jason kirtland <j...@discorporate.us> wrote:
>
> Hi Neilen,
>
> On Fri, Mar 9, 2012 at 9:05 AM, Neilen <nma...@gmail.com> wrote:
>>
>> Hi,
>>
>> Is blinker thread safe? Presumably if you connect to a signal your
>> callback will be executed in the context of the thread that does the
>> send(), so your callback might need to do some locking, but is blinker
>> itself OK with the same signals being used by multiple threads?
>
>
> Yes, blinker is designed to be thread safe. Any number of threads can send() on the same signal in tandem with connects, disconnects & weakref disconnects on that signal without conflicts.
Thanks for the clear feedback. Now I can get to work :)
Cheers
Neilen