Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pending (0.17 sec)

  1. docs/en/docs/release-notes.md

    ## 0.50.0
    
    * Add link to Release Notes from docs about pinning versions for deployment. PR [#1058](https://github.com/tiangolo/fastapi/pull/1058).
    * Upgrade code to use the latest version of Starlette, including:
        * Several bug fixes.
        * Optional redirects of slashes, with or without ending in `/`.
        * Events for routers, `"startup"`, and `"shutdown"`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  2. doc/go_spec.html

    </p>
    
    <p>
    The core type of an interface is, depending on the condition that is satisfied, either:
    </p>
    
    <ol>
    <li>
    the type <code>U</code>; or
    </li>
    <li>
    the type <code>chan E</code> if <code>T</code> contains only bidirectional
    channels, or the type <code>chan&lt;- E</code> or <code>&lt;-chan E</code>
    depending on the direction of the directional channels present.
    </li>
    </ol>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top