Commit d63e9b2
Automated g4 rollback of changelist 267625598.
*** Reason for rollback ***
Dependent on Rolling back CL 267398802 which breaks linux build
*** Original change description ***
Add blocking methods Wait() and Await() to FutureBase and Future
(respectively). Wait() just blocks until the future is completed,
or a timeout expires. Await() blocks until the future is completed,
or a timeout expires, and then returns a pointer to the future's result,
or nullptr if the timeout expired.
***
PiperOrigin-RevId: 2676728801 parent 8221cd2 commit d63e9b2
File tree
4 files changed
+1
-97
lines changed- app
- src
- include/firebase
4 files changed
+1
-97
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 149 | | |
171 | 150 | | |
172 | 151 | | |
| |||
389 | 368 | | |
390 | 369 | | |
391 | 370 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | 371 | | |
409 | 372 | | |
410 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
0 commit comments