Skip to content

[Flat-C] Local variable cannot be accessed from separate thread after function has been exited #489

@BSteffaniak

Description

@BSteffaniak

Migrated from archived repository issue.

Original Issue Body

e.g.

let myString = "hey this is my string"

let thread = new Thread({
    Console.log("INSIDE THREAD... ABOUT TO WAIT")
    
    Thread.sleep(2000)
    
    Console.log("After waiting....................!")
    Console.log("my string: #myString")
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions