Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > 248e2f92d9b832e75f95c6042e4252e2 > files > 2741

python-twisted-16.3.2-1.mga6.i586.rpm

The examples in this directory import a private module from the
twisted.internet package.  The _threadedselect module provides an object
which is similar to a Twisted reactor in many ways, but which is not
actually intended to be used in the same way as a Twisted reactor (it has a
method named interleave which is intended to be the main entrypoint).  This
functionality should be considered highly experimental and the API subject
to change at any time.

Possibly the best way to make use of this functionality is to use it to
implement an object which actually presents the Twisted reactor interface
(specifically, an object with a run method).  That object can then be used
by application-code in the usual way.

Another course of action is to avoid _threadedselect entirely until the
issues surrounding it have been resolved.