معرفی شرکت ها


asyncthreads-1.5.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

asyncthreads: asynchronous thread utility objects
ویژگی مقدار
سیستم عامل -
نام فایل asyncthreads-1.5.4
نام asyncthreads
نسخه کتابخانه 1.5.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrew Gillis
ایمیل نویسنده gillis.andrewj@gmail.com
آدرس صفحه اصلی http://bitbucket.org/agillis/asyncthreads
آدرس اینترنتی https://pypi.org/project/asyncthreads/
مجوز http://www.opensource.org/licenses/mit-license.php
=================================================== Asynchronous Threads Utility -- asyncthreads =================================================== The asyncthreads module provides common threading design patterns and utilities needed for asynchronous and multithreaded programming. This includes a thread pool and a reactor, which together combine to create a highly reliable concurrent event processing system. Project Links ============= - Downloads: http://pypi.python.org/pypi/asyncthreads - Documentation: https://bitbucket.org/agillis/asyncthreads/wiki/Home - Project page: https://bitbucket.org/agillis/asyncthreads - License: http://www.opensource.org/licenses/mit-license.php Installation ============ **Using pip** Make sure python-pip is installed on you system. If you are using virtualenv, then pip is alredy installed into environments created by vertualenv. Run pip to install asyncthreads: ``pip install asyncthreads`` **From Source** The asyncthreads package is installed from source using distutils in the usual way. Download the `source distribution <http://pypi.python.org/pypi/asyncthreads>`_ first. Un-tar the source tarball and run the following to install the package site-wide: ``python setup.py install`` Usage ===== Using the ThreadPool and Reactor is as simple as creating an instance and submitting work:: r = Reactor(ThreadPool(MIN_SIZE, MAX_SIZE)) r.start() r.call(handle_event, (transport, event_id)) r.call_later(300, five_min_sync_check, (param1, param2)) r.call_in_thread(background_task) r.call_in_thread_later(600, ten_min_async_check, (param1, param2)) r.shutdown() See the `documentation <https://bitbucket.org/agillis/asyncthreads/wiki/Home>`_ for details. For example usage, look in the ``examples`` and ``test`` directories in `src <https://bitbucket.org/agillis/asyncthreads/src>`_. Requirements ============ - Python 2.7 or greater Development Tools ================= Development tools are only required for doing development work and running tests. - mercurial - py.test - pychecker Bugs and Issues =============== http://bitbucket.org/agillis/asyncthreads/issues/


نحوه نصب


نصب پکیج whl asyncthreads-1.5.4:

    pip install asyncthreads-1.5.4.whl


نصب پکیج tar.gz asyncthreads-1.5.4:

    pip install asyncthreads-1.5.4.tar.gz