- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 116 for paralela (0.04 sec)
-
docs/tr/docs/async.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 21.8K bytes - Viewed (0) -
docs/de/docs/async.md
<img src="/img/async/parallel-burgers/parallel-burgers-01.png" class="illustration"> Dann sind Sie endlich an der Reihe und bestellen zwei sehr leckere Burger für Ihren Schwarm und Sie. Sie zahlen 💸. <img src="/img/async/parallel-burgers/parallel-burgers-02.png" class="illustration"> Der Kassierer geht in die Küche.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 27.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java
msgs.add("*****************************************************************"); msgs.add("* Your build is requesting parallel execution, but project *"); msgs.add("* contains the following plugin(s) that have goals not marked *"); msgs.add("* as @threadSafe to support parallel building. *"); msgs.add("* While this /may/ work fine, please look for plugin updates *");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
* make it load its own version of FinalizableReferenceQueue. Then we need to interact with that * parallel version through reflection in order to exercise the parallel * FinalizableReferenceQueue, and then check that the parallel ClassLoader can be * garbage-collected after that. */ public static class MyFinalizableWeakReference extends FinalizableWeakReference<Object> {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 7.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskRunnerTest.kt
log += "three:run@${taskFaker.nanoTime} parallel=${taskFaker.isParallel}" } taskFaker.advanceUntil(0.µs) assertThat(log).isEmpty() taskFaker.advanceUntil(100.µs) assertThat(log).containsExactlyInAnyOrder( "one:run@100000 parallel=true", "two:run@100000 parallel=true", "three:run@100000 parallel=true", ) taskFaker.assertNoMoreTasks()Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 23K bytes - Viewed (0) -
docs/ru/docs/async.md
<img src="/img/async/parallel-burgers/parallel-burgers-01.png" class="illustration"> Наконец ваша очередь: вы заказываете 2 очень «навороченных» бургера — для вашей возлюбленной и для себя. Вы платите 💸. <img src="/img/async/parallel-burgers/parallel-burgers-02.png" class="illustration"> Кассир уходит на кухню.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 38.5K bytes - Viewed (0) -
docs/en/docs/async.md
### Parallel Burgers { #parallel-burgers } Now let's imagine these aren't "Concurrent Burgers", but "Parallel Burgers". You go with your crush to get parallel fast food. You stand in line while several (let's say 8) cashiers that at the same time are cooks take the orders from the people in front of you.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
session.getProjects().size()); boolean parallel = nThreads > 1; // Propagate the parallel flag to the root session and all the cloned sessions in each project segment session.setParallel(parallel); for (ProjectSegment segment : projectBuilds) { segment.getSession().setParallel(parallel); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 16 03:42:09 UTC 2025 - 8.9K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/EdgesConnecting.java
/** * A class to represent the set of edges connecting an (implicit) origin node to a target node. * * <p>The {@link #nodeToOutEdge} map means this class only works on networks without parallel edges. * See {@link MultiEdgesConnecting} for a class that works with parallel edges. * * @author James Sexton * @param <E> Edge parameter type */ final class EdgesConnecting<E> extends AbstractSet<E> { private final Map<?, E> nodeToOutEdge;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
* <li>{@link #tagFieldNames} - Tag field names. * <li>{@link #roleFieldName} - Role field name. * <li>{@link #langFieldName} - Language field name. * <li>{@link #badWords} - List of bad words. * <li>{@link #parallel} - Flag for parallel processing. * <li>{@link #readingConverter} - Reading converter. * <li>{@link #contentsReadingConverter} - Contents reading converter. * <li>{@link #normalizer} - Normalizer.
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 34.4K bytes - Viewed (0)