mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
removed TODO from main readme
This commit is contained in:
parent
53cda60872
commit
7c9a3e528e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ __Concurrency Patterns__:
|
|||
| [Bounded Parallelism](concurrency/bounded_parallelism.md) | Completes large number of independent tasks with resource limits |
|
||||
| TODO: [Broadcast](concurrency/broadcast.md) | Transfers a message to all recipients simultaneously |
|
||||
| TODO: [Coroutines](concurrency/coroutine.md) | Subroutines that allow suspending and resuming execution at certain locations |
|
||||
| TODO: [Generators](concurrency/generator.md) | Yields a sequence of values one at a time |
|
||||
| [Generators](concurrency/generator.md) | Yields a sequence of values one at a time |
|
||||
| TODO: [Reactor](concurrency/reactor.md) | Demultiplexes service requests delivered concurrently to a service handler and dispatches them syncronously to the associated request handlers |
|
||||
| [Parallelism](concurrency/parallelism.md) | Completes large number of independent tasks |
|
||||
| TODO: [Producer Consumer](concurrency/producer_consumer.md) | Separates tasks from task executions |
|
||||
|
|
Loading…
Add table
Reference in a new issue