Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<class R>
- class promise_resolver{
- public:
- void resolve(R value){ // this stores R in a shared memory if promise isn't settled yet
- ...
- }
- ...
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement