Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这个库提供的协程是像go一样的有栈协程,还是像kotlin一样的有栈协程 #79

Closed
loongs-zhang opened this issue Feb 8, 2022 · 3 comments
Labels

Comments

@loongs-zhang
Copy link

No description provided.

@zonyitoo
Copy link
Contributor

zonyitoo commented Feb 8, 2022

Like Go.

@zonyitoo zonyitoo closed this as completed Feb 8, 2022
@loongs-zhang
Copy link
Author

loongs-zhang commented Feb 9, 2022 via email

@cameronelliott
Copy link

Go language doesn't provide coroutines, it provides Goroutines, which are basically green threads.
Kotlin does provide coroutines, and this library provides coroutines.
So I would disagree, and say this library is more like Kotlin.
https://stackoverflow.com/a/18061564/86375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants