_wait() — fastapi Function Reference
Architecture documentation for the _wait() function in termynal.js from the fastapi codebase.
Entity Profile
Dependency Diagram
graph TD 8a1fd6e9_44b8_f397_ad64_c702183a7a6e["_wait()"] 9ac7d251_814a_26a5_a84c_3f2943de3969["start()"] 9ac7d251_814a_26a5_a84c_3f2943de3969 -->|calls| 8a1fd6e9_44b8_f397_ad64_c702183a7a6e d8e740bc_d5ee_82b4_dc3b_7ce1d5257cad["type()"] d8e740bc_d5ee_82b4_dc3b_7ce1d5257cad -->|calls| 8a1fd6e9_44b8_f397_ad64_c702183a7a6e 276453e1_a537_b16c_0d88_4aa91742c2c3["progress()"] 276453e1_a537_b16c_0d88_4aa91742c2c3 -->|calls| 8a1fd6e9_44b8_f397_ad64_c702183a7a6e style 8a1fd6e9_44b8_f397_ad64_c702183a7a6e 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
Called By
Source
Frequently Asked Questions
What does _wait() do?
_wait() is a function in the fastapi codebase.
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