folly::coro::Promise
Summary: A lightweight replacement for folly::Promise for use with coroutines. The main selling point is cancellation-awareness. It also has a smaller memory footprint (similar CPU cost) and can be `blockingWait`ed. Differential Revision: D31561034 fbshipit-source-id: d803e02cfd7753ee1f532c8f696cf7fbf672938b
Showing
Please register or sign in to comment