Skip to content

use lock_guard for streams mutex - #2488

Merged
orignal merged 1 commit into
PurpleI2P:opensslfrom
pobregat0:streaming-lock-guard
Aug 17, 2026
Merged

use lock_guard for streams mutex#2488
orignal merged 1 commit into
PurpleI2P:opensslfrom
pobregat0:streaming-lock-guard

Conversation

@pobregat0

Copy link
Copy Markdown
Contributor

Plain scoped locks, none of them unlocks by hand or moves the lock, so
lock_guard is enough. The four unique_lock left in the file belong to the two
condition variables, newDataReceived and streamAccept, and stay as they are.

@pobregat0
pobregat0 force-pushed the streaming-lock-guard branch from c3a8665 to d2a6ed9 Compare August 17, 2026 00:45
@orignal
orignal merged commit 996a467 into PurpleI2P:openssl Aug 17, 2026
15 checks passed
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.

2 participants