JarrettBillingsley / Croc

Croc is an extensible extension language in the vein of Lua, which also wishes it were a standalone language. Also it's fun.
http://www.croc-lang.org
79 stars 12 forks source link

Change references to 'coroutines' to 'threads' in the library and docs #101

Closed JarrettBillingsley closed 9 years ago

JarrettBillingsley commented 10 years ago

Coroutines are really an abstraction (a thin abstraction, but one nonetheless) over Croc's threads. The type is called "thread" and it should be referred to as such.

JarrettBillingsley commented 10 years ago

Did the library, there are still several references in the wiki pages though.

JarrettBillingsley commented 9 years ago

I'ma close this cause the only places they're still referred to as coroutines is in the old wiki pages that will need updating anyway so