Title: Async and threads
Open Graph Title: Async and threads
X Title: Async and threads
Open Graph Description: JavaScript is generally speaking single threaded (there are web workers and other such inventions, but these are generally considered separate processes, that share no address space with the main process). If a function needs to wait for some input (e.g., web request), you need to supply a callback function that gets executed when the data is available.
X Description: JavaScript is generally speaking single threaded (there are web workers and other such inventions, but these are generally considered separate processes, that share no address space with the main process). If a function needs to wait for some input (e.g., web request), you need to supply a callback function that gets executed when the data is available.
Mail addresses
makecode@microsoft.com
X: @msmakecode
Domain: makecode.com
| Description | JavaScript is generally speaking single threaded (there are web workers and other such inventions, but these are generally considered separate processes, that share no address space with the main process). If a function needs to wait for some input (e.g., web request), you need to supply a callback function that gets executed when the data is available. |
| twitter:card | summary |
| twitter:image | https://cdn.makecode.com/blob/4d9a6c8b1fa4c75911b2c468cb3ca1cdfb61fcb6/static/logo.svg |
| og:site_name | Microsoft MakeCode |
| og:type | website |
| og:image | https://cdn.makecode.com/blob/4d9a6c8b1fa4c75911b2c468cb3ca1cdfb61fcb6/static/logo.svg |
| format-detection | telephone=no |
| None | IE=edge,chrome=1 |
Links:
Viewport: width=device-width,height=device-height,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0