Skip to content

Commit c851ce7

Browse files
committedJan 31, 2017
README: remove the scheduler pattern
1 parent a80af19 commit c851ce7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

Diff for: ‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ A curated collection of idiomatic design & application patterns for Go language.
6969
| [Reactor](/concurrency/reactor.md) | Demultiplexes service requests delivered concurrently to a service handler and dispatches them syncronously to the associated request handlers ||
7070
| [Parallelism](/concurrency/parallelism.md) | Completes large number of independent tasks ||
7171
| [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 ||
7372

7473
## Messaging Patterns
7574

Diff for: ‎SUMMARY.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* [Reactor](/concurrency/reactor.md)
4141
* [Parallelism](/concurrency/parallelism.md)
4242
* [Producer Consumer](/concurrency/producer_consumer.md)
43-
* [Scheduler](/concurrency/scheduler.md)
4443
* [Messaging Patterns](/README.md#messaging-patterns)
4544
* [Fan-In](/messaging/fan_in.md)
4645
* [Fan-Out](/messaging/fan_out.md)

0 commit comments

Comments
 (0)
Please sign in to comment.