Lindenmayer icon indicating copy to clipboard operation
Lindenmayer copied to clipboard

concurrent rule evaluation and async/await API for the library

Open heckj opened this issue 4 years ago • 0 comments

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 avatar Dec 23 '21 21:12 heckj