yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks


[https://www.darttutorial.org/dart-tutorial/dart-future/] - - public:mzimmerm
async, dart, future, good - 4 | id:1485371 -

a) add the async keyword to the main() function. b) add the await keyword in front of the future object. Result: Once Dart encounters the await keyword, it sends all the code starting from that line to the event queue and waits for the future to complete. That’s why you see the number 2 before 3.

[https://en.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
computer, coroutine, generate, good, multi, program, science, software, thread, yield - 10 | id:1485369 -

Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)

[https://emscripten.org/docs/introducing_emscripten/about_emscripten.html] - - public:mzimmerm
doc, emscripten - 2 | id:1485357 -

Emscripten is a complete Open Source compiler toolchain to WebAssembly. Using Emscripten you can: Compile C and C++ code, or any other language that uses LLVM, into WebAssembly, and run it on the Web, Node.js, or other Wasm runtimes.

[https://piped.video/feed] - - public:mzimmerm
video - 1 | id:1485314 -

Youtube alternative

With marked bookmarks
| (+) | |

Viewing 451 - 500, 50 links out of 1423 links, page: 10


Export:

JSONXMLRSS