Lindenmayer
Lindenmayer copied to clipboard
concurrent rule evaluation and async/await API for the library
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