You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
TaskExecutor is a .NET 8.0 library that provides a concurrency-controlled task execution framework. It allows you to enqueue tasks and execute them with a specified level of concurrency.
7
7
8
+
**This library implements the [Active Object](https://en.wikipedia.org/wiki/Active_object) design pattern**, which decouples method execution from method invocation to enhance concurrency and simplify synchronized access to shared resources.
9
+
8
10
## Features
9
11
10
12
-**Limited Concurrent Tasks**: Restrict the number of tasks running simultaneously.
@@ -23,17 +25,9 @@ TaskExecutor is a .NET 8.0 library that provides a concurrency-controlled task e
23
25
### Installation via NuGet
24
26
25
27
You can install the `TaskExecutor` library via NuGet Package Manager:
0 commit comments