Skip to content

Commit

Permalink
blog: introduce the wisdom learning from crossbeam, a Rust open sourc…
Browse files Browse the repository at this point in the history
…e project focus on concurrent programing.
  • Loading branch information
zhangzhuang15 committed Nov 21, 2024
1 parent 93b3fcc commit 5281e89
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/blog/crossbeam-learning-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "crossbeam 学习笔记"
page: true
aside: true
---

## 什么是crossbeam
crossbeam是一个Rust开源项目,提供并发编程工具,这些并发工具在实现的时候,一部分基于Rust标准库提供的基础功能,另一部分基于无锁编程技术。在其他由Rust开发的项目中,有很多都使用了crossbeam。

## BackOff
待补充

## ArrayQueue
待补充

## SegQueue
待补充

0 comments on commit 5281e89

Please sign in to comment.