[go: up one dir, main page]

Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
fawdlstty committed Mar 26, 2024
1 parent 866f5bb commit 3a6cedf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ State machine library for C, C++, C#, Java, JavaScript, Python, VB.Net

## Implementation Schedule

| | C | C++ | C#/VB.Net | Java | JavaScript | Python |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| Document |||| | ||
| Sync State Machine |||||||
| Multi State | - |||| | |
| Multi State | - |||| | |
| Thread Safe | |||| | |
| Async State Machine | - | || - |||
| Async Cancel | - | || - | | |
| Serilize | ||| | | |
| Test |||||||
| | C | C++ | C#/VB.Net | Java | JavaScript | Python |
| :-----------------: | :---: | :---: | :-------: | :---: | :--------: | :----: |
| Document |||| | ||
| Sync State Machine |||||||
| Multi State | - |||| | |
| Thread Safe | |||| | |
| Async State Machine | - | || - |||
| Async Cancel | - | || - | | |
| Serilize | ||| | | |
| Test |||||||

- √ Supported
- \- Can't Supported
Expand Down
20 changes: 10 additions & 10 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ C、C++、C#、Java、JavaScript、Python、VB.Net 的状态机库

## 实现进度

| | C | C++ | C#/VB.Net | Java | JavaScript | Python |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| 文档 |||| | ||
| 同步状态机 ||||| ||
| 多状态支持 | - |||| | |
| 线程安全 | |||| | |
| 异步状态机 | - | || - | ||
| 异步撤销 | - | || - | | |
| 序列化 | ||| | | |
| 测试 ||||| ||
| | C | C++ | C#/VB.Net | Java | JavaScript | Python |
| :--------: | :---: | :---: | :-------: | :---: | :--------: | :----: |
| 文档 |||| | | |
| 同步状态机 |||||| |
| 多状态支持 | - |||| | |
| 线程安全 | |||| | |
| 异步状态机 | - | || - || |
| 异步撤销 | - | || - | | |
| 序列化 | ||| | | |
| 测试 |||||| |

- √ 已支持
- \- 无法支持
Expand Down

0 comments on commit 3a6cedf

Please sign in to comment.