Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithreading Package #19

Open
SujalChoudhari opened this issue Sep 27, 2023 · 0 comments
Open

Multithreading Package #19

SujalChoudhari opened this issue Sep 27, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Looking for contributions during HacktoberFest2023

Comments

@SujalChoudhari
Copy link
Owner

Coda needs a multithreading package where the given function is run on a separate thread.

virtual IValuePtr callFunction(const std::string& name, IValuePtr args, IEnvironment& env) = 0;

inside IEnvironment can e used to call a specific function.

Use FFI.h for the package, look at dll/Maths and dll/OS for inspiration/guide.

@SujalChoudhari SujalChoudhari added enhancement New feature or request good first issue Good for newcomers hacktoberfest Looking for contributions during HacktoberFest2023 labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Looking for contributions during HacktoberFest2023
Projects
None yet
Development

No branches or pull requests

1 participant