folly::Future integration with Python
Summary: This diff implements two functions which can be used to bridge C++ asynchronous APIs with Python. 1. getExecutor(event_loop) allows extracting a folly::Executor-compatible object from Python event_loop. 2. wrapFuture wraps any folly::Future object in a Python Future object. Reviewed By: ambv Differential Revision: D2878731 fb-gh-sync-id: 83628b6b24d6039999f88c5de441e41064b2417e fbshipit-source-id: 83628b6b24d6039999f88c5de441e41064b2417e
Showing
Please register or sign in to comment