- Sort Score
- Num 10 results
- Language All
Results 411 - 420 of 617 for task0 (0.43 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/pt/docs/advanced/advanced-dependencies.md
/// ## Dependências com `yield`, `HTTPException`, `except` e Tarefas em Segundo Plano { #dependencies-with-yield-httpexception-except-and-background-tasks } /// warning | Atenção Muito provavelmente você não precisa desses detalhes técnicos.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 9.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java
CyclicBarrier firstBarrier = new CyclicBarrier(2); CyclicBarrier secondBarrier = new CyclicBarrier(2); AtomicBoolean shouldWait = new AtomicBoolean(true); Runnable task = () -> { try { if (shouldWait.get()) { firstBarrier.await(); secondBarrier.await(); } } catch (Exception e) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 22.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java
CyclicBarrier firstBarrier = new CyclicBarrier(2); CyclicBarrier secondBarrier = new CyclicBarrier(2); AtomicBoolean shouldWait = new AtomicBoolean(true); Runnable task = () -> { try { if (shouldWait.get()) { firstBarrier.await(); secondBarrier.await(); } } catch (Exception e) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 22.8K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
* the GitHub issue * the performance * the performance optimization * the return type * the return value * the security * the security scheme * the task * the background task * the task function * the template * the template engine * the type annotation * the type hint * the server worker * the Uvicorn worker * the Gunicorn Worker * the worker process
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDebugLogger.java
ProjectSegment projectBuild = it.next(); logger.debug("Project: " + projectBuild.getProject().getId()); logger.debug("Tasks: " + projectBuild.getTaskSegment().getTasks()); logger.debug("Style: " + (projectBuild.getTaskSegment().isAggregating() ? "Aggregating" : "Regular")); if (it.hasNext()) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.8K bytes - Click Count (0) -
docs/es/docs/advanced/advanced-dependencies.md
/// ## Dependencias con `yield`, `HTTPException`, `except` y Tareas en segundo plano { #dependencies-with-yield-httpexception-except-and-background-tasks } /// warning | Advertencia Muy probablemente no necesites estos detalles técnicos.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 9.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/feature/FeatureInjector.java
import org.elasticsearch.gradle.internal.test.rest.transform.RestTestTransformGlobalSetup; import org.elasticsearch.gradle.internal.test.rest.transform.RestTestTransformGlobalTeardown; import org.gradle.api.tasks.Internal; import javax.annotation.Nullable; import java.util.Iterator; /** * A parent class for transformations that are backed by a feature. This will inject the necessary "feature" into the
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 5.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/middleware.md
/// note | Detalhes Técnicos Se você tiver dependências com `yield`, o código de saída será executado *depois* do middleware. Se houver alguma tarefa em segundo plano (abordada na seção [Tarefas em segundo plano](background-tasks.md), que você verá mais adiante), ela será executada *depois* de todo o middleware. /// ## Criar um middleware { #create-a-middleware }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
import gradlebuild.identity.extension.ReleasedVersionsDetails import gradlebuild.identity.provider.BuildTimestampFromBuildReceiptValueSource import gradlebuild.identity.provider.BuildTimestampValueSource import gradlebuild.identity.tasks.BuildReceipt import java.util.Optional plugins { `java-base` } val gradleModule = extensions.create<GradleModuleExtension>(GradleModuleExtension.NAME).apply { published = falseCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0)