Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 509 for task3 (0.04 sec)

  1. docs/em/docs/async.md

    1. ### โœ ๐Ÿ‘† ๐Ÿ‘ ๐Ÿ” ๐Ÿ“Ÿ
    2.  
    3. ๐Ÿ’ƒ (&amp; **FastAPI**) โš“๏ธ ๐Ÿ”› <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, โ” โš’ โšซ๏ธ ๐Ÿ”— โฎ๏ธ ๐Ÿ‘ฏโ€โ™‚๏ธ ๐Ÿ ๐Ÿฉ ๐Ÿ—ƒ <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">โœณ</a> &amp; <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">๐ŸŽป</a>.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. docs/en/docs/alternatives.md

    1. It is very simple and intuitive. It's designed to be easily extensible, and have modular components.
    2.  
    3. It has:
    4.  
    5. * Seriously impressive performance.
    6. * WebSocket support.
    7. * In-process background tasks.
    8. * Startup and shutdown events.
    9. * Test client built on HTTPX.
    10. * CORS, GZip, Static Files, Streaming responses.
    11. * Session and Cookie support.
    12. * 100% test coverage.
    13. * 100% type annotated codebase.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    1. - [beta] In order to preserve safety guarantees the cluster no longer force deletes pods on un-responsive nodes and users are now warned if they try to force delete pods via the CLI. ([docs](http://kubernetes.io/docs/tasks/manage-stateful-set/scale-stateful-set/)) ([kubernetes/features#119](https://github.com/kubernetes/enhancements/issues/119))
    2. - **Auth**
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. go.sum

    1. github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
    2. github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
    3. github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
    4. github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
    5. github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Nov 06 06:23:25 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  5. istioctl/pkg/describe/describe.go

    1. if hIP := ingress.pods[0].Status.HostIP; hIP != "" {
    2. return hIP
    3. }
    4.  
    5. // The scope of this function is to get the IP from Kubernetes, we do not
    6. // ask Docker or minikube for an IP.
    7. // See https://istio.io/docs/tasks/traffic-management/ingress/ingress-control/#determining-the-ingress-ip-and-ports
    8. return "unknown"
    9. }
    10.  
    11. func printIngressInfo(
    12. writer io.Writer,
    13. matchingServices []corev1.Service,
    14. podsLabels []klabels.Set,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
  6. docs/es/docs/async.md

    1. En el caso de que desees usar `async` / `await` sin FastAPI, <a href="https://docs.python.org/3/library/asyncio-task.html#coroutine" class="external-link" target="_blank">revisa la documentaciรณn oficial de Python</a>.
    2.  
    3. ### Otras formas de cรณdigo asรญncrono
    4.  
    5. Este estilo de usar `async` y `await` es relativamente nuevo en el lenguaje.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 19 18:15:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  7. docs/fr/docs/async.md

    1. Mais si vous utilisez `async` / `await` sans **FastAPI**, <a href="https://docs.python.org/3/library/asyncio-task.html#coroutine" class="external-link" target="_blank">allez jetez un coup d'oeil ร  la documentation officielle de Python</a>.
    2.  
    3. ### Autres formes de code asynchrone
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api.cc

    1. return nullptr;
    2. }
    3. std::vector<std::unique_ptr<tensorflow::Device>> devices;
    4. status->status = tensorflow::DeviceFactory::AddDevices(
    5. opts->session_options.options, "/job:localhost/replica:0/task:0",
    6. &devices);
    7. if (!status->status.ok()) return nullptr;
    8. std::unique_ptr<tensorflow::DeviceMgr> device_mgr(
    9. new tensorflow::DynamicDeviceMgr(std::move(devices)));
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/cache/CacheBuilder.java

    1. * entries may be counted in {@link Cache#size}, but will never be visible to read or write
    2. * operations.
    3. *
    4. * <p>Certain cache configurations will result in the accrual of periodic maintenance tasks which
    5. * will be performed during write operations, or during occasional read operations in the absence of
    6. * writes. The {@link Cache#cleanUp} method of the returned cache will also perform maintenance, but
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 52K bytes
    - Viewed (0)
  10. helm-releases/minio-2.0.1.tgz

    chart ```bash helm install --set persistence.existingClaim=PVC_NAME minio/minio ``` NetworkPolicy ---------- To enable network policy for MinIO, install [a networking plugin that implements the Kubernetes NetworkPolicy spec](https://kubernetes.io/docs/tasks/administer-cluster/declare-network-policy#before-you-begin), and set `networkPolicy.enabled` to `true`. For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting the DefaultDeny namespace annotation. Note: this will enforce policy...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 31 09:09:09 UTC 2021
    - 13.6K bytes
    - Viewed (0)
Back to top