|
You are here |
benediktmeurer.de | ||
| | | | |
v8.dev
|
|
| | | | | Faster and easier-to-debug async functions and promises are coming to V8 v7.2 / Chrome 72. | |
| | | | |
mathiasbynens.be
|
|
| | | | | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast. | |
| | | | |
ponyfoo.com
|
|
| | | | | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast. | |
| | | | |
tinkering.xyz
|
|
| | | After learning about async/await in Python I wondered how I could apply it to software in my lab. Much of that involves talking to equipment via serial ports. Libraries for talking to serial ports exist, but I found the documentation for doing so via async/await sparse. Here's an example of how to use PySerial asynchronously. | ||