diff options
Diffstat (limited to 'content/notes/non-blocking-shell-exec-csharp.md')
| -rw-r--r-- | content/notes/non-blocking-shell-exec-csharp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/non-blocking-shell-exec-csharp.md b/content/notes/non-blocking-shell-exec-csharp.md index b5891e3..db40409 100644 --- a/content/notes/non-blocking-shell-exec-csharp.md +++ b/content/notes/non-blocking-shell-exec-csharp.md | |||
| @@ -4,7 +4,7 @@ url: non-blocking-shell-exec-csharp.html | |||
| 4 | date: 2023-05-22T12:00:00+02:00 | 4 | date: 2023-05-22T12:00:00+02:00 |
| 5 | type: notes | 5 | type: notes |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [csharp, async, shell] | 7 | tags: [csharp] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | Execute a shell command in async in C# while not blocking the UI thread. | 10 | Execute a shell command in async in C# while not blocking the UI thread. |
