Skip to content

Document Pool close and terminate behavior#222

Draft
Mirochill wants to merge 1 commit into
omnilib:mainfrom
Mirochill:fix-88-pool-close-terminate-docs
Draft

Document Pool close and terminate behavior#222
Mirochill wants to merge 1 commit into
omnilib:mainfrom
Mirochill:fix-88-pool-close-terminate-docs

Conversation

@Mirochill
Copy link
Copy Markdown

Description

Clarifies the Pool shutdown docs so users can tell when to use close/join versus terminate:

  • explains that close prevents new jobs and lets workers drain their queues before join returns
  • explains that terminate stops workers immediately and may leave pending results incomplete
  • adds the same guidance to the user guide, not only the generated API reference

Fixes: #88

Validation

Not run locally (documentation-only change).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Close versus terminate

1 participant