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

💥🔥 Remove deprecated #client_thread attr_reader #321

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Sep 14, 2024

I don't know what the original purpose for #client_thread was, and it was deprecated by v0.4.0.

There's nothing particularly special about the Thread that created the client instance. Net::IMAP doesn't use it, clients can use multiple threads, and users of Net::IMAP can track this for themselves if they need to.

I don't know what the original purpose for `#client_thread` was, and it
was deprecated by v0.4.0.  There's nothing particularly special about
the Thread that created the client instance.  Net::IMAP doesn't use it,
clients can use multiple threads, and users of Net::IMAP can track this
for themselves if they need to.
@nevans nevans merged commit 3b3f8ae into master Sep 14, 2024
18 checks passed
@nevans nevans deleted the remove-deprecated-client_thread branch September 14, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant