-
Notifications
You must be signed in to change notification settings - Fork 66
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
Group #7 added translation docs #32
Conversation
comments from group 1: |
Solved issue #24 |
|
||
[PouchContainer](https://github.com/alibaba/pouch) is an open-source project created by Alibaba Group. It provides strong isolation and high portability, which can help enterprises quickly containerize their stock business and improve the utilization of internal physical resources. | ||
|
||
PouchContainer is also a golang project in which goroutine has been widely used to implement management of various modules including containers, images, and logs. goroutine is an user-mode 'thread' supported by golang at the language level. This built-in feature can help developers build high-concurrency services at a rapid pace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 5: goroutine is an user-mode 'thread' --> Goroutine is an user-mode 'thread'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/an user-mode/a user-mode?
a user rather than an user?
LGTM |
This article introduces the definition of goroutine and common tools used to test it, which is very helpful for beginners in golang to avoid such common pitfalls. In particular, the article describe goroutine as a 'groundhog', while humorous, it makes the whole concept much easier to understand, even for non-professionals.