mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-02 20:56:12 +03:00
refactor concurrency folder
This commit is contained in:
parent
f978e42036
commit
e771129df6
4 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
|||
|
||||
# Implementation and Example
|
||||
|
||||
An example showing implementation and usage can be found in [bounded_parallelism.go](bounded_parallelism.go).
|
||||
An example showing implementation and usage can be found in [bounded_parallelism.go](./bounded_parrallelism/bounded_parallelism.go).
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
# Implementation and Example
|
||||
|
||||
An example showing implementation and usage can be found in [parallelism.go](parallelism.go).
|
||||
An example showing implementation and usage can be found in [parallelism.go](./parrallelism/parallelism.go).
|
Loading…
Add table
Reference in a new issue