Commit 2f60cee
committed
cmd/_async(feat): Add AsyncGit, AsyncHg, AsyncSvn command classes
why: Enable non-blocking VCS command execution for better concurrency.
what:
- Add AsyncGit with async run(), clone(), fetch(), etc.
- Add AsyncHg with async run(), clone(), pull(), etc.
- Add AsyncSvn with async run(), checkout(), update(), etc.1 parent 520c274 commit 2f60cee
4 files changed
Lines changed: 2112 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments