| 1071 | } |
| 1072 | |
| 1073 | Reference<TaskFuture> FutureBucket::unpack(Key key) { |
| 1074 | return makeReference<TaskFuture>(Reference<FutureBucket>::addRef(this), key); |
| 1075 | } |
| 1076 | |
| 1077 | class TaskFutureImpl { |
| 1078 | public: |
no outgoing calls
no test coverage detected