[Python-ideas] channel (synchronous queue)

Sturla Molden sturla at molden.no
Sun Feb 19 18:27:23 CET 2012


Den 19.02.2012 18:18, skrev Antoine Pitrou:
> This begs the question: what does it achieve? You know that the data 
> has been "received" on the other side (i.e. get() has been called), 
> but this doesn't tell you anything was done with the data, so: why is 
> this an useful way to synchronize? 

I think it achieves nothing, except making deadlocks more likely.

Sturla



More information about the Python-ideas mailing list