Make addTask[Remote]Future() work for functions returning void.
Summary: There's no Future<void>, you're supposed to use Future<Unit> instead. Unit has a "Lift" template to do the conversion. Reviewed By: andriigrynenko Differential Revision: D3241498 fb-gh-sync-id: db12d4f343685bc613b701e023c860c2c903ed4c fbshipit-source-id: db12d4f343685bc613b701e023c860c2c903ed4c
Showing
Please register or sign in to comment