This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from datetime import datetime | |
| import asyncio | |
| import psutil | |
| async def send(msg): | |
| await asyncio.sleep(5) | |
| print(msg) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface Some<T> { | |
| value: T | |
| } | |
| interface None { | |
| } | |
| type Option<T> = Some<T> | None | |
| const none: Option<never> = {}; |
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [UNK] | |
| the | |
| to | |
| and | |
| of | |
| a | |
| in | |
| that | |
| for | |
| is |