developit / greenlet

🦎 Move an async function into its own thread.
https://npm.im/greenlet
4.67k stars 100 forks source link

Proper naming for things, some annotation #10

Closed sgb-io closed 6 years ago

sgb-io commented 6 years ago

Make the project far more readable.

Annotations courtesy of @zz85 - via https://gist.github.com/zz85/25564f1910f1877c39c25ace5e5159bc

developit commented 6 years ago

Hi @sgb-io - it looks like we did this at the same time! I'll check to see if there are any additional annotations in yours I missed.

sgb-io commented 6 years ago

Ah, indeed! Let me know if there's anything in here you like and I can rebase it, otherwise feel free to close!

developit commented 6 years ago

I merged your definitions as part of a complete refactoring. I'll add you for credit in the source code :)

developit commented 6 years ago

You're in the readme now :)

sgb-io commented 6 years ago

Thanks!