We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5312d1f commit 22befb1Copy full SHA for 22befb1
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.10)
2
-project(myframe VERSION 0.9.0)
+project(myframe VERSION 0.9.1)
3
4
### option
5
option(MYFRAME_USE_CV "Using conditional variables for thread communication" OFF)
README.md
@@ -16,12 +16,14 @@ worker自驱动,可以通过消息与actor交互;
16
17
| 操作系统支持 |
18
| -------------- |
19
-| Windows |
20
| Linux |
+| Windows |
21
+| macOS |
22
23
## 构建
24
* [github ci linux](.github/workflows/linux.yml)
25
* [github ci windows](.github/workflows/windows.yml)
26
+* [github ci macOS](.github/workflows/macos.yml)
27
28
## 运行所有的example
29
```sh
0 commit comments