Async Await

Async Await picture
Description
Dealing with our asynchronous components is now easier due to the new components. We introduced asynchronous context component in which you can use Await pattern on all of our components that work with promises. This simplifies code and allows you to deal with asynchronous code as if it was synchronous. Check out this script for an example on how you can do that.
Visibility
public
Date Created
Nov 30, 2022, 6:30:25 PM
Last Edit Date
Dec 1, 2022, 9:07:58 AM

Scripts

Script Showing Async Await Pattern in Blockly
Type
Blockly logo indicator
blockly
Date Created
Nov 30, 2022, 6:31:02 PM
Last Edit Date
Dec 5, 2023, 5:28:38 PM