Async Utilities - kombu.syn

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.

Previous topic

kombu.compression

Next topic

Utilities - kombu.utils

This Page