Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Implicitly Handle Await Syntax #3

@ElliotRoe

Description

@ElliotRoe

Currently, the worker awaits a promise containing the return value of a primitive. While this is the way I would like to ideally do this, I would like to block the return of the function until the promise resolves. However, this requires the await syntax in javascript and I'm not sure how this would differ when using the asyncio pyodide implementation. Need to figure out a way to handle this syntax implicitly without actually presenting it to the user as it could be potentially confusing.

Metadata

Metadata

Assignees

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