fix getExecutor redef error when both coro and futures are used
Summary: As both coro.h and futures.h defines the function getExecutor, redefinition error occurs when both of them are included. This change moves the getExecutor inline function to executor.h so it can be shared. Reviewed By: yfeldblum Differential Revision: D16676456 fbshipit-source-id: 33f7558a3d5dbc996c4efef4fe90918de32ad8b2
Showing
folly/python/executor.h
0 → 100644
Please register or sign in to comment