expose multi-add in SoftRealTimeExecutor
Summary: `EDFThreadPoolExecutor` is currently the only implementation of `SoftRealTimeExecutor`, and it implements multi-add functionality (which allows us to wake up idle threads just once on batch-add, as well as reduces planning overhead), let's expose this at an interface level. Reviewed By: ot, luciang Differential Revision: D34095644 fbshipit-source-id: ba59300a4c51599d7c6cbfaaabe3d6013be7c37f
Showing
Please register or sign in to comment