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

concurrent rule evaluation and async/await API for the library #6

Open
heckj opened this issue Dec 23, 2021 · 0 comments
Open

concurrent rule evaluation and async/await API for the library #6

heckj opened this issue Dec 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@heckj
Copy link
Owner

heckj commented Dec 23, 2021

The initial API for Lindenmayer is blocking and serialized. WIth Swift 5.5 supporting async/await, it would be great to consider exposing some of the API of this library as async and concurrent.

My initial thought is that LSystem.evolve() is the primary target to consider for exposing an async API

@heckj heckj added the enhancement New feature or request label Dec 23, 2021
@heckj heckj self-assigned this Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant