Home / Function/ _wait() — fastapi Function Reference

_wait() — fastapi Function Reference

Architecture documentation for the _wait() function in termynal.js from the fastapi codebase.

Entity Profile

Dependency Diagram

graph TD
  b0dad3b4_7046_f9b4_bbde_3ae1dee7acce["_wait()"]
  000471a9_ef7a_d9dc_ef48_af16a8d6655c["Termynal"]
  b0dad3b4_7046_f9b4_bbde_3ae1dee7acce -->|defined in| 000471a9_ef7a_d9dc_ef48_af16a8d6655c
  f693669c_751b_13db_a04c_e34d87d400df["start()"]
  f693669c_751b_13db_a04c_e34d87d400df -->|calls| b0dad3b4_7046_f9b4_bbde_3ae1dee7acce
  9e560c91_9f8d_f1bc_98e5_c3e59c987365["type()"]
  9e560c91_9f8d_f1bc_98e5_c3e59c987365 -->|calls| b0dad3b4_7046_f9b4_bbde_3ae1dee7acce
  c1666950_ab84_7e24_2a36_b1d1a8751b9d["progress()"]
  c1666950_ab84_7e24_2a36_b1d1a8751b9d -->|calls| b0dad3b4_7046_f9b4_bbde_3ae1dee7acce
  style b0dad3b4_7046_f9b4_bbde_3ae1dee7acce fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

docs/en/docs/js/termynal.js lines 212–214

    _wait(time) {
        return new Promise(resolve => setTimeout(resolve, time));
    }

Domain

Subdomains

Frequently Asked Questions

What does _wait() do?
_wait() is a function in the fastapi codebase, defined in docs/en/docs/js/termynal.js.
Where is _wait() defined?
_wait() is defined in docs/en/docs/js/termynal.js at line 212.
What calls _wait()?
_wait() is called by 3 function(s): progress, start, type.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free