Do you wish you could:
* Use the power of Twisted's asynchronous networking in Django, Flask,
or other threaded applications?
* Provide a blocking API powered by Twisted underneath, without
exposing it to the caller?
* Write a library that provides APIs both for Twisted and non-Twisted
I messed up the email headers on this, so PLEASE BE CAREFUL if you're
replying to this, or the reply will end up spamming
python-announce-list. Sorry.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/ma
> On Apr 13, 2016, at 13:18, Itamar Turner-Trauring wrote:
>
> Do you wish you could:
> Use the power of Twisted's asynchronous networking in Django, Flask, or other
> threaded applications?
Thanks for the update, Itamar!
Do you think maybe it's time to integrate Crochet into Twisted proper,
On 04/13/2016 06:52 PM, Glyph wrote:
Do you think maybe it's time to integrate Crochet into Twisted proper,
so we can obviate the need for the 'setup()' step, and just have the
reactor do that itself?
Well, setup() runs the reactor in a thread, which is probably not what
you want in a regul
> On Apr 13, 2016, at 16:50, Itamar Turner-Trauring wrote:
>
> On 04/13/2016 06:52 PM, Glyph wrote:
>>
>> Do you think maybe it's time to integrate Crochet into Twisted proper, so we
>> can obviate the need for the 'setup()' step, and just have the reactor do
>> that itself?
>>
> Well, setup