We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61601a commit edda74fCopy full SHA for edda74f
2621. sleep/README.md
@@ -0,0 +1,14 @@
1
+```mermaid
2
+flowchart TD
3
+ A(Start) --> B[Create Promise]
4
+ B --> C[Set timeout]
5
+ C --> D[Wait for milliseconds]
6
+ D --> E[Resolve Promise]
7
+ E --> F(End)
8
+
9
+ style A fill:#52bc94, stroke:#ffffff, stroke-width:1px, color:#ffffff
10
+ style B fill:#101841, stroke:#ffffff, stroke-width:1px, color:#ffffff
11
+ style C fill:#101841, stroke:#ffffff, stroke-width:1px, color:#ffffff
12
+ style D fill:#101841, stroke:#ffffff, stroke-width:1px, color:#ffffff
13
+ style E fill:#101841, stroke:#ffffff, stroke-width:1px, color:#ffffff
14
+ style F fill:#d14243, stroke:#ffffff, stroke-width:1px, color:#ffffff
0 commit comments