Search Options

Results per page
Sort
Preferred Languages
Advance

Results 411 - 420 of 442 for Future (0.04 sec)

  1. docs/fr/docs/async.md

    * **Coroutines**
    
    ## Code asynchrone
    
    Faire du code asynchrone signifie que le langage 💬 est capable de dire Ă  l'ordinateur / au programme đŸ€– qu'Ă  un moment du code, il đŸ€– devra attendre que *quelque chose d'autre* se termine autre part. Disons que ce *quelque chose d'autre* est appelĂ© "fichier-lent" 📝.
    
    Donc, pendant ce temps, l'ordinateur pourra effectuer d'autres tñches, pendant que "fichier-lent" 📝 se termine.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java

     */
    
    package com.google.common.util.concurrent;
    
    import static com.google.common.truth.Truth.assertThat;
    import static com.google.common.util.concurrent.Callables.returning;
    import static com.google.common.util.concurrent.Futures.getDone;
    import static com.google.common.util.concurrent.ReflectionFreeAssertThrows.assertThrows;
    import static com.google.common.util.concurrent.TestPlatform.verifyThreadWasNotInterrupted;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/moment-with-locales.min.js.map

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (1)
  4. docs/es/docs/deployment/concepts.md

    AsĂ­ que enfoquĂ©monos en los casos principales, donde podrĂ­a colapsar por completo en algunos casos particulares **en el futuro**, y aĂșn asĂ­ tenga sentido reiniciarla.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/security/simple-oauth2.md

    Mas é fornecido aqui para estar em conformidade com as especificaçÔes.
    
    AlĂ©m disso, pode haver ferramentas que esperam e usam isso (agora ou no futuro) e que podem ser Ășteis para vocĂȘ ou seus usuĂĄrios, agora ou no futuro.
    
    Esse é o benefício dos padrÔes...
    
    ///
    
    ## Veja em ação
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/extra-models.md

    UserInDB(
        username="john",
        password="secret",
        email="******@****.***",
        full_name=None,
    )
    ```
    
    O mĂĄs exactamente, usando `user_dict` directamente, con cualquier contenido que pueda tener en el futuro:
    
    ```Python
    UserInDB(
        username = user_dict["username"],
        password = user_dict["password"],
        email = user_dict["email"],
        full_name = user_dict["full_name"],
    )
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. docs/smb3-features/02-persistent-handles-design.md

    ```java
    public class BatchHandleOperations {
        public void reconnectMultipleHandles(List<HandleInfo> handles) {
            List<CompletableFuture<Void>> futures = new ArrayList<>();
            
            for (HandleInfo handle : handles) {
                futures.add(CompletableFuture.runAsync(() -> {
                    try {
                        reconnectHandle(handle);
                    } catch (Exception e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  8. fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java

            String[] emptyArray = crawlerContext.removeSitemaps();
            assertNotNull(emptyArray);
            assertEquals(0, emptyArray.length);
        }
    
        /**
         * Test thread-local nature of sitemaps
         */
        public void test_sitemaps_threadLocal() throws Exception {
            final String[] thread1Sitemaps = new String[] { "http://thread1.com/sitemap.xml" };
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/index.md

    Ele tambĂ©m foi construĂ­do para servir como uma referĂȘncia futura, entĂŁo vocĂȘ pode voltar e ver exatamente o que vocĂȘ precisa.
    
    ## Rode o cĂłdigo
    
    Todos os blocos de cĂłdigo podem ser copiados e utilizados diretamente (eles sĂŁo, na verdade, arquivos Python testados).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Jan 09 20:41:07 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. CODE_OF_CONDUCT.md

    **Community Impact**: Use of inappropriate language or other behavior deemed
    unprofessional or unwelcome in the community.
    
    **Consequence**: A private, written warning from community leaders, providing
    clarity around the nature of the violation and an explanation of why the
    behavior was inappropriate. A public apology may be requested.
    
    ### 2. Warning
    
    **Community Impact**: A violation through a single incident or series
    of actions.
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Oct 17 06:18:13 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top