Home | History | Annotate | Download | only in src

Lines Matching full:future

1 //===------------------------- future.cpp ---------------------------------===//
14 #include "future"
30 return "future";
51 return string("The future has already been retrieved from "
189 future<void>::future(__assoc_sub_state* __state)
200 future<void>::~future()
207 future<void>::get()
232 future<void>
239 return future<void>(__state_);