Skip to content

Commit cb8d525

Browse files
committed
- readme
1 parent a9e6df8 commit cb8d525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Shuttle.Core.Threading
22

33
```
4-
PM> Install-Package Shuttle.Core.Autofac
4+
PM> Install-Package Shuttle.Core.Threading
55
```
66

77
Provides various classes and interfaces to facilitate thread-based processing.
@@ -12,4 +12,4 @@ Provides various classes and interfaces to facilitate thread-based processing.
1212
public ProcessorThreadPool(string name, int threadCount, IProcessorFactory processorFactory)
1313
```
1414

15-
Each thread pool has a `name` used only for identyfing the pool and for logging. The `threadCount` is specified and will run a `Thread` that calls the `IProcessor.Execute(IThreadState state)` instance provided by the `IProcessorFactory.Create()` method in a loop while the `IThreadState.Active` returns true.
15+
Each thread pool has a `name` used only for identyfing the pool and for logging. The `threadCount` is specified and will run a `Thread` that calls the `IProcessor.Execute(IThreadState state)` instance provided by the `IProcessorFactory.Create()` method in a loop while the `IThreadState.Active` returns `true`.

0 commit comments

Comments
 (0)