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
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ A curated collection of idiomatic design & application patterns for Go language.
69
69
|[Reactor](/concurrency/reactor.md)| Demultiplexes service requests delivered concurrently to a service handler and dispatches them syncronously to the associated request handlers | ✘ |
70
70
|[Parallelism](/concurrency/parallelism.md)| Completes large number of independent tasks | ✔ |
71
71
|[Producer Consumer](/concurrency/producer_consumer.md)| Separates tasks from task executions | ✘ |
72
-
|[Scheduler](/concurrency/scheduler.md)| Orchestrates steps to be performed as part of a task | ✘ |
0 commit comments