- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 288 for taskCh (0.25 sec)
-
src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java
} // Submit task to wipe key executor.submit(() -> { try { startLatch.await(); Thread.sleep(10); digest.secureWipeKey(); } catch (Exception e) { // Ignore } }); // Submit more tasks that try to verify data
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 43.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
).joinToString(separator = " ") steps { gradleWrapper(this@gradleRunnerStep) { id = stepName name = stepName tasks = "clean $gradleTasks" gradleParams = parameters executionMode = stepExecutionMode if (isRetry) { onlyRunOnGitHubMergeQueueBranch() } }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 12:58:05 UTC 2025 - 8.4K bytes - Viewed (0) -
docs/es/docs/advanced/async-tests.md
/// tip | Consejo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4K bytes - Viewed (0) -
docs/em/docs/advanced/async-tests.md
π¬ π’ π π, π πͺ π π€ (& `await`) π `async` π’ βοΈ βͺοΈβ‘οΈ π¨ π¨ π FastAPI πΈ π π―, β«οΈβ π π π€ π« π π π π. /// tip π₯ π β `RuntimeError: Task attached to a different loop` πβ π οΈ π π’ π€ π π― (β πβ βοΈ <a href="https://stackoverflow.com/questions/41584243/runtimeerror-task-attached-to-a-different-loop" class="external-link" target="_blank">β³ MotorClient</a>) π π π π πͺ π β° π΄ π π π’, β `'@app.on_event("startup")` β².
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/pt/docs/advanced/async-tests.md
/// tip | Dica
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (0) -
guava/src/com/google/common/cache/CacheLoader.java
} @Override public ListenableFuture<V> reload(K key, V oldValue) { ListenableFutureTask<V> task = ListenableFutureTask.create(() -> loader.reload(key, oldValue).get()); executor.execute(task); return task; } @Override public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception { return loader.loadAll(keys);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 9.5K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ListenableFutureTask.java
private final ExecutionList executionList = new ExecutionList(); /** * Creates a {@code ListenableFutureTask} that will upon running, execute the given {@code * Callable}. * * @param callable the callable task * @since 10.0 */ public static <V extends @Nullable Object> ListenableFutureTask<V> create(Callable<V> callable) { return new ListenableFutureTask<>(callable); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 4.2K bytes - Viewed (0) -
cmd/notification.go
// the same overall task. // // A zero NotificationGroup is valid and does not cancel on error. type NotificationGroup struct { workers *workers.Workers errs []NotificationPeerErr retryCount int } // WithNPeers returns a new NotificationGroup with length of errs slice upto nerrs, // upon Wait() errors are returned collected from all tasks. func WithNPeers(nerrs int) *NotificationGroup {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.9K bytes - Viewed (0) -
src/main/java/jcifs/util/ResourceManager.java
return String.format("%s-%d-%d", resource.getClass().getSimpleName(), System.identityHashCode(resource), resourceIdCounter.incrementAndGet()); } /** * Start the cleanup task */ private void startCleanupTask() { if (cleanupTask != null) { cleanupTask.cancel(false); } cleanupTask = cleanupExecutor.scheduleWithFixedDelay(() -> {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.2K bytes - Viewed (0) -
docs/ko/docs/advanced/async-tests.md
/// tip | ν ν μ€νΈμ λΉλκΈ° ν¨μ νΈμΆμ ν΅ν©ν λ (μ: <a href="https://stackoverflow.com/questions/41584243/runtimeerror-task-attached-to-a-different-loop" class="external-link" target="_blank">MongoDBμ MotorClient</a>λ₯Ό μ¬μ©ν λ) `RuntimeError: Task attached to a different loop` μ€λ₯κ° λ°μνλ€λ©΄, μ΄λ²€νΈ 루νκ° νμν κ°μ²΄λ λ°λμ λΉλκΈ° ν¨μ λ΄μμλ§ μΈμ€ν΄μ€νν΄μΌ νλ€λ μ μ μ£ΌμνμΈμ! μλ₯Ό λ€μ΄ `@app.on_event("startup")` μ½λ°± λ΄μμ μΈμ€ν΄μ€ννλ κ²μ΄ μ’μ΅λλ€.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 11:03:16 UTC 2024 - 4.7K bytes - Viewed (0)