google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

Remove an unused Thread in the sequential load example #345

Closed Wyverald closed 3 years ago

Wyverald commented 3 years ago

A Thread is created before the outermost load and is then never used. (In load, a thread is created for each module being loaded.)