| 2538 | |
| 2539 | template<typename F> |
| 2540 | void set_wait_callback(F f) |
| 2541 | { |
| 2542 | lazy_init(); |
| 2543 | future_->set_wait_callback(f,this); |
| 2544 | } |
| 2545 | void notify_deferred() |
| 2546 | { |
| 2547 | if (future_.get()==0) |
nothing calls this directly
no test coverage detected