Make Future<T>::delayed complete on correct executor 1/n
Summary: Overall plan to modify Future<T>::delayed to complete on the same executor as the input future. 1/n: Adds Future<T>::delayedUnsafe that is identical to Future<T>::delayed but acts as a codemod target. Reviewed By: marshallcline Differential Revision: D8209451 fbshipit-source-id: ee9c1184de2847e142516b315140fcc6d43948c5
Showing
Please register or sign in to comment