aboutsummaryrefslogtreecommitdiff
path: root/content/notes/non-blocking-shell-exec-csharp.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/non-blocking-shell-exec-csharp.md')
-rw-r--r--content/notes/non-blocking-shell-exec-csharp.md2
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
4date: 2023-05-22T12:00:00+02:00 4date: 2023-05-22T12:00:00+02:00
5type: notes 5type: notes
6draft: false 6draft: false
7tags: [csharp, async, shell] 7tags: [csharp]
8--- 8---
9 9
10Execute a shell command in async in C# while not blocking the UI thread. 10Execute a shell command in async in C# while not blocking the UI thread.