- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 20 for Combiner5 (0.06 seconds)
-
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
V4 extends @Nullable Object, V5 extends @Nullable Object> Combiner5<V1, V2, V3, V4, V5> whenAllSucceed( ClosingFuture<V1> future1, ClosingFuture<V2> future2, ClosingFuture<V3> future3, ClosingFuture<V4> future4, ClosingFuture<V5> future5) { return new Combiner5<>(future1, future2, future3, future4, future5); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 101.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
import com.google.common.util.concurrent.ClosingFuture.Combiner; import com.google.common.util.concurrent.ClosingFuture.Combiner.AsyncCombiningCallable; import com.google.common.util.concurrent.ClosingFuture.Combiner.CombiningCallable; import com.google.common.util.concurrent.ClosingFuture.Combiner2.AsyncClosingFunction2; import com.google.common.util.concurrent.ClosingFuture.Combiner2.ClosingFunction2;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
import com.google.common.util.concurrent.ClosingFuture.Combiner; import com.google.common.util.concurrent.ClosingFuture.Combiner.AsyncCombiningCallable; import com.google.common.util.concurrent.ClosingFuture.Combiner.CombiningCallable; import com.google.common.util.concurrent.ClosingFuture.Combiner2.AsyncClosingFunction2; import com.google.common.util.concurrent.ClosingFuture.Combiner2.ClosingFunction2;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
docs/fr/docs/advanced/additional-responses.md
/// ## Combiner les informations { #combining-information } Vous pouvez également combiner des informations de réponse provenant de plusieurs endroits, y compris les paramètres `response_model`, `status_code` et `responses`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.6K bytes - Click Count (0) -
docs/fr/docs/advanced/dataclasses.md
Là encore, vous pouvez combiner `dataclasses` avec des annotations de type standard. 8. Notez que cette *fonction de chemin d'accès* utilise un `def` classique au lieu de `async def`. Comme toujours, avec FastAPI vous pouvez combiner `def` et `async def` selon vos besoins.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.7K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/extension/GradleModuleExtension.kt
/** * Reduces a map of boolean flag properties to a single provider by applying the given * combiner function to the corresponding values of the properties that are true. * * @param flags The map of boolean properties mapped to their values. * @param combiner The function to combine the values of the true properties. *Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 4.8K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/Futures.java
Callable<C> combiner, Executor executor) { return new CombinedFuture<>(futures, allMustSucceed, executor, combiner); } /** * Creates the {@link ListenableFuture} which will return the result of running {@code combiner} * when all Futures complete. {@code combiner} will run using {@code executor}. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 64.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
/* * Futures should be collected even if combiner never runs. This is kind of a silly test, since * the combiner is almost certain to hold its own reference to the futures, and a real app would * hold a reference to the executor and thus to the combiner. What we really care about is that * the futures are released once the combiner is done running. But we happen to provide this * earlier cleanup at the moment, so we're testing it.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
/* * Futures should be collected even if combiner never runs. This is kind of a silly test, since * the combiner is almost certain to hold its own reference to the futures, and a real app would * hold a reference to the executor and thus to the combiner. What we really care about is that * the futures are released once the combiner is done running. But we happen to provide this * earlier cleanup at the moment, so we're testing it.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/dependencies-with-yield.md
Lorsque le bloc `with` se termine, il s'assure de fermer le fichier, même s'il y a eu des exceptions. Lorsque vous créez une dépendance avec `yield`, **FastAPI** créera en interne un gestionnaire de contexte pour celle-ci et le combinera avec d'autres outils associés. ### Utiliser des gestionnaires de contexte dans des dépendances avec `yield` { #using-context-managers-in-dependencies-with-yield } /// warning | AlertesCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 13.9K bytes - Click Count (0)