You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 APIThe text was updated successfully, but these errors were encountered: