1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-22 04:56:09 +03:00

refactor concurrency folder

This commit is contained in:
Tirouzh 2022-08-08 01:57:08 +04:30
parent f978e42036
commit e771129df6
4 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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).