Commit 36bad07f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Tweak Futures Core ASCII art

Summary: (as title)

Reviewed By: LeeHowes

Differential Revision: D10453926

fbshipit-source-id: f48d1fb672e3c65b7240c255c8ef7437a38a856c
parent 7545a8f7
...@@ -117,13 +117,13 @@ static_assert(sizeof(SpinLock) == 1, "missized"); ...@@ -117,13 +117,13 @@ static_assert(sizeof(SpinLock) == 1, "missized");
/// | / \ | /// | / \ |
/// | (setResult()) (setCallback()) | /// | (setResult()) (setCallback()) |
/// | / \ | /// | / \ |
/// | ---> Start ---> ------> Done | /// | Start ---------> ------> Done |
/// | \ \ / | /// | \ \ / |
/// | \ (setCallback()) (setResult()) | /// | \ (setCallback()) (setResult()) |
/// | \ \ / | /// | \ \ / |
/// | \ ---> OnlyCallback --- | /// | \ ---> OnlyCallback --- |
/// | \ / | /// | \ / |
/// | <-- (stealCallback()) - | /// | <- (stealCallback()) - |
/// +----------------------------------------------------------------+ /// +----------------------------------------------------------------+
/// ///
/// States and the corresponding producer-to-consumer data status & ownership: /// States and the corresponding producer-to-consumer data status & ownership:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment