Skip to content

Delayed asynchronous code features #25

@BanDroid

Description

@BanDroid

Is there a way to work with asynchronous code that have delay? For example, setTimeout() in javascript.

If i made a code inside the timeout and make the delay to be 2 seconds, all of the code just executed. Here is example code

console.log("before timeout");
setTimeout(() => {
    console.log("inside timeout");
}, 2000);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions