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_sync_method()

Detect method to use for blocking calls.

kombu.syn.select_blocking_method(type)

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

Previous topic

kombu.compression

Next topic

Utilities - kombu.utils

This Page