This repository was archived by the owner on Jun 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit 15d2083
Add async function definition
Since Python 3.5 we can use keywords _async_ and _await_ for asynchronous programming.
https://docs.python.org/3/whatsnew/3.5.html#pep-492-coroutines-with-async-and-await-syntax 1 parent 533dc0b commit 15d2083
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
63 | 68 |
| |
64 | 69 |
| |
65 | 70 |
| |
| |||
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 | - | ||
128 | + |
0 commit comments