Skip to content

Feature Request: Support Luau continuations #570

Closed as not planned
Closed as not planned
@cheesycod

Description

@cheesycod

Luau supports continuations in its C API (see pushcclosurek's lua_Continuation argument as one place where it's supported). It would be nice if this was exposed somehow in mlua both as Luau's APIs seem to be increasingly expecting callers to have support for these (especially things like yielding require by string)

In addition, continuations could be useful for implementing concurrency primitives more performantly etc (such as custom task schedulers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions