Skip to content

Commit e29eb0b

Browse files
committed
添加 USB 监测库的参考链接
1 parent 58bf5db commit e29eb0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

md/04同步操作.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ enum SoundIndex {
429429
> sudo apt-get install libopenal-dev
430430
> ```
431431
432+
> [!Tip]
433+
> 这种设计思路非常常见。例如,[`USBMonitor-cpp`](https://github.com/Mq-b/USBMonitor-cpp) 是一个跨平台的 C++ 库,用于监测 U 盘插拔状态变化。感兴趣的话可以参考该项目,进一步学习和实践。
432434
433435
## 使用 `future`
434436

0 commit comments

Comments
 (0)