This file contains 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
""" | |
DRY approach of https://gist.github.com/showa-yojyo/4ed200d4c41f496a45a7af2612912df3 | |
""" | |
import asyncio | |
import random | |
from collections.abc import Callable | |
async def producer(n): |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Editor.js example</title> | |
<link href="https://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet"> | |
<link href="assets/demo.css" rel="stylesheet"> | |
<script src="assets/json-preview.js"></script> | |
<script src="example_data.js"></script> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |