Async Utilities - kombu.syn

kombu.syn

Thread synchronization.

copyright:
  1. 2009 - 2011 by Ask Solem.
license:

BSD, see LICENSE for more details.

kombu.syn.blocking(fun, *args, **kwargs)

Make sure function is called by blocking and waiting for the result, even if we’re currently in a monkey patched eventlet/gevent environment.

kombu.syn.detect_environment()
kombu.syn.select_blocking_method(type)

Select blocking method, where type is one of default gevent or eventlet.

Table Of Contents

Previous topic

kombu.compression

Next topic

Utilities - kombu.utils

This Page