Skip to content

Commit

Permalink
Update concurrent-queue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-m-prajapati authored Oct 15, 2024
1 parent 88b7dc5 commit 26e7be7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Queue/concurrent-queue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
id: concurrent-queue-data-structure
title: "Concurrent Queue Data Structure"
sidebar_label: "Concurrent Queue"
sidebar_position: 8
description: "A comprehensive guide to using the concurrent queue data structure for safe multithreading operations."
tags: [data structure, concurrency, multithreading]
---

# Concurrent Queue Data Structure

A concurrent queue is a thread-safe data structure designed for safe access by multiple threads. It allows efficient queue operations while ensuring data integrity and preventing race conditions.
Expand Down

0 comments on commit 26e7be7

Please sign in to comment.