[PR #2569] [MERGED] Make psemaphore similar to C++20 std::counting_semaphore #2632

Closed
opened 2026-03-04 02:06:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2569
Author: @gaul
Created: 10/24/2024
Status: Merged
Merged: 10/28/2024
Merged by: @ggtakec

Base: masterHead: semaphore


📝 Commits (1)

  • 2c40cbd Make psemaphore similar to C++20 std::counting_semaphore

📊 Changes

7 files changed (+37 additions, -30 deletions)

View changed files

📝 src/curl.h (+1 -1)
📝 src/curl_multi.cpp (+6 -5)
📝 src/fdcache_fdinfo.cpp (+1 -1)
📝 src/psemaphore.h (+18 -12)
📝 src/sighandlers.cpp (+5 -5)
📝 src/sighandlers.h (+1 -1)
📝 src/threadpoolman.cpp (+5 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2569 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `semaphore` --- ### 📝 Commits (1) - [`2c40cbd`](https://github.com/s3fs-fuse/s3fs-fuse/commit/2c40cbd4dde7be70791e49af9dedd5f4daa58d5f) Make psemaphore similar to C++20 std::counting_semaphore ### 📊 Changes **7 files changed** (+37 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.h` (+1 -1) 📝 `src/curl_multi.cpp` (+6 -5) 📝 `src/fdcache_fdinfo.cpp` (+1 -1) 📝 `src/psemaphore.h` (+18 -12) 📝 `src/sighandlers.cpp` (+5 -5) 📝 `src/sighandlers.h` (+1 -1) 📝 `src/threadpoolman.cpp` (+5 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2632
No description provided.