|
GRPC Core
18.0.0
|
A minimal promise implementation. More...
#include <promise.h>
Public Member Functions | |
| T & | Get () |
| void | Set (T &&val) |
A minimal promise implementation.
This is light-duty, syntactical sugar around cv wait & signal, which is useful in some cases. A more robust implementation is being worked on separately.
|
inline |
|
inline |