Explore >> Select a destination


You are here

benediktmeurer.de
| | v8.dev
5.1 parsecs away

Travel
| | Faster and easier-to-debug async functions and promises are coming to V8 v7.2 / Chrome 72.
| | mathiasbynens.be
0.6 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | ponyfoo.com
0.7 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | tinkering.xyz
24.0 parsecs away

Travel
| 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.