ashleynewson / openra-map-generator

Experimental random map generation for OpenRA
MIT License
0 stars 0 forks source link

Use async to provide ongoing progress updates #6

Closed ashleynewson closed 1 month ago

ashleynewson commented 1 month ago

The entire workflow currently blocks the event loop until generation completes. Make it async so that it can yield and provide status updates.