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

Isolate Code Generator & UI Configurator #18

Open
iBelow opened this issue Sep 4, 2024 · 1 comment
Open

Isolate Code Generator & UI Configurator #18

iBelow opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels
p3 Low priority

Comments

@iBelow
Copy link

iBelow commented Sep 4, 2024

Is it possible to consider adding the following features?

Code Generator for Creating Isolates

Standard Isolate Templates

Generate template code for creating and running an isolate with minimal configuration. This could include code to create an Isolate, pass data through ports (ReceivePort and SendPort), and template error handlers.

Asynchronous Tasks or Function wrapper

Automatically generate (wrap) functions that run in an isolate, with the ability to pass and receive data.

File Separation

Automatically generate separate Dart files for the logic that runs in an isolate.

UI configurator

UI for configuring isolates in VSCode

A graphical interface where you can specify which data will be passed to the isolate, how it will be processed, and what data will be returned (if applicable). The configurator could generate the corresponding code based on the input data.

@PlugFox PlugFox added the p3 Low priority label Oct 2, 2024
@PlugFox
Copy link
Owner

PlugFox commented Oct 2, 2024

Yeap, it's possible to create some snippets for isolates.
Next time, when I start work with that - I'll try to implement this.

@PlugFox PlugFox self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Low priority
Projects
None yet
Development

No branches or pull requests

2 participants