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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The goal of this project is to use Elixir and the actor model to build a good so
9
9
10
10
## Size of the work unit
11
11
12
-
The size of work unit handles by every worker process and well as the main server varies dynamically with the number of logical processors available to the program which is determined using the command System.schedulers_online().
12
+
The size of work unit handled by every worker process as well as the main server process varies dynamically with the number of logical processors available to the program which is determined using the command System.schedulers_online().
0 commit comments