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
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ contribute.
48
48
-[4.3. MUST NOT wrap purely CPU-bound operations in Futures](sections/4-concurrency-parallelism.md#43-must-not-wrap-purely-cpu-bound-operations-in-futures)
49
49
-[4.4. MUST use Scala's BlockContext on blocking I/O](sections/4-concurrency-parallelism.md#44-must-use-scalas-blockcontext-on-blocking-io)
50
50
-[4.5. SHOULD NOT block](sections/4-concurrency-parallelism.md#45-should-not-block)
51
-
-[4.6. SHOULD use a separate thread-pool for blocking I/O](4-concurrency-parallelism.md#46-should-use-a-separate-thread-pool-for-blocking-io)
51
+
-[4.6. SHOULD use a separate thread-pool for blocking I/O](sections/4-concurrency-parallelism.md#46-should-use-a-separate-thread-pool-for-blocking-io)
52
52
-[4.7. All public APIs SHOULD BE thread-safe](sections/4-concurrency-parallelism.md#47-all-public-apis-should-be-thread-safe)
53
53
-[4.8. SHOULD avoid contention on shared reads](sections/4-concurrency-parallelism.md#48-should-avoid-contention-on-shared-reads)
54
54
-[4.9. MUST provide a clearly defined and documented protocol for each component or actor that communicates over async boundaries](sections/4-concurrency-parallelism.md#49-must-provide-a-clearly-defined-and-documented-protocol-for-each-component-or-actor-that-communicates-over-async-boundaries)
0 commit comments