Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 1,134 for futures (0.06 seconds)

  1. android/guava/src/com/google/common/cache/LocalCache.java

    import static com.google.common.cache.CacheBuilder.UNSET_INT;
    import static com.google.common.util.concurrent.Futures.immediateFailedFuture;
    import static com.google.common.util.concurrent.Futures.immediateFuture;
    import static com.google.common.util.concurrent.Futures.transform;
    import static com.google.common.util.concurrent.MoreExecutors.directExecutor;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 143.5K bytes
    - Click Count (0)
  2. docs/en/docs/history-design-future.md

    ## Future { #future }
    
    By this point, it's already clear that **FastAPI** with its ideas is being useful for many people.
    
    It is being chosen over previous alternatives for suiting many use cases better.
    
    Many developers and teams already depend on **FastAPI** for their projects (including me and my team).
    
    But still, there are many improvements and features to come.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 4K bytes
    - Click Count (0)
  3. docs/uk/docs/features.md

    # Функціональні можливості { #features }
    
    ## Функціональні можливості FastAPI { #fastapi-features }
    
    **FastAPI** надає вам такі можливості:
    
    ### На основі відкритих стандартів { #based-on-open-standards }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 15.1K bytes
    - Click Count (0)
  4. docs/ja/docs/features.md

    # 機能 { #features }
    
    ## FastAPIの機能 { #fastapi-features }
    
    **FastAPI** は次のものを提供します:
    
    ### オープンスタンダード準拠 { #based-on-open-standards }
    
    * API 作成のための [**OpenAPI**](https://github.com/OAI/OpenAPI-Specification)。<dfn title="別名: エンドポイント、ルート">パス</dfn> <dfn title="別名: HTTP メソッド(POST、GET、PUT、DELETE など)">オペレーション</dfn>、パラメータ、リクエストボディ、セキュリティなどの宣言を含みます。
    * [**JSON Schema**](https://json-schema.org/) によるデータモデルの自動ドキュメント化(OpenAPI 自体が JSON Schema に基づいています)。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  5. docs/en/docs/features.md

    # Features { #features }
    
    ## FastAPI features { #fastapi-features }
    
    **FastAPI** gives you the following:
    
    ### Based on open standards { #based-on-open-standards }
    
    * [**OpenAPI**](https://github.com/OAI/OpenAPI-Specification) for API creation, including declarations of <dfn title="also known as: endpoints, routes">path</dfn> <dfn title="also known as HTTP methods, as POST, GET, PUT, DELETE">operations</dfn>, parameters, request bodies, security, etc.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  6. docs/uk/docs/history-design-future.md

    # Історія, проєктування і майбутнє { #history-design-and-future }
    
    Деякий час тому [користувач **FastAPI** запитав](https://github.com/fastapi/fastapi/issues/3#issuecomment-454956920):
    
    > Яка історія цього проєкту? Здається, він нізвідки за кілька тижнів став чудовим [...]
    
    Ось трохи цієї історії.
    
    ## Альтернативи { #alternatives }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  7. api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java

    import org.apache.maven.api.annotations.Nullable;
    
    /**
     * Centralized class for Maven Core feature information.
     * Features configured are supposed to be final in a given maven session.
     *
     * @since 4.0.0
     */
    public final class Features {
    
        private Features() {}
    
        /**
         * Check if the personality is "maven3".
         */
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 31 11:36:12 GMT 2025
    - 2.6K bytes
    - Click Count (0)
  8. docs/tr/docs/features.md

    # Özellikler { #features }
    
    ## FastAPI Özellikleri { #fastapi-features }
    
    **FastAPI** size şunları sağlar:
    
    ### Açık Standartlara Dayalı { #based-on-open-standards }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  9. docs/fr/docs/features.md

    # Fonctionnalités { #features }
    
    ## Fonctionnalités de FastAPI { #fastapi-features }
    
    **FastAPI** vous offre les éléments suivants :
    
    ### Basé sur des standards ouverts { #based-on-open-standards }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  10. docs/de/docs/features.md

    # Merkmale { #features }
    
    ## FastAPI Merkmale { #fastapi-features }
    
    **FastAPI** ermöglicht Ihnen Folgendes:
    
    ### Basiert auf offenen Standards { #based-on-open-standards }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.3K bytes
    - Click Count (0)
Back to Top