Make Future<T>::delayed complete on correct executor 4/n: Remove Future::delayed
Summary: Overall plan to modify Future<T>::delayed to complete on the same executor as the input future. 4/n: Remove Future::delayed completely to ensure that all users are on delayedUnsafe so that when we put delayed in with correct behaviour there is no incorrect use. Reviewed By: marshallcline Differential Revision: D8223327 fbshipit-source-id: c675d2d51afa2131eee5871afea45f1c6cc65a77
Showing
Please register or sign in to comment