-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Clarified package documentation for executor #233
Conversation
// available capabilities of each platform to provide resource constraints, | ||
// process isolation, and security features, or otherwise take advantage of | ||
// features that are unique to that platform. | ||
// A "platform" may something like "windows" or "linux with systemd". Executors |
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/may/may be/
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.
👍 Thanks!
👍 more clear now |
Looks good to me |
Clarified package documentation for executor
Put 64bit atomics at the top of structs
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
There was some confusion as to the purpose of executors in #232. I clarified the executor package documentation so the design is hopefully a bit more clear, including some examples.