Skip to content

Commit

Permalink
finished concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0FACED committed Sep 23, 2024
1 parent fdf18e7 commit 8913865
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
- Import for side effect
- Interface checks
13. Embedding **(FINISHED)**
14. Concurrency **(IN PROGRESS)**
14. Concurrency **(FINISHED)**
- Share by communicating
- Goroutines
- Channels
- Channels of channels
- Parallelization
- A leaky buffer
15. Errors
15. Errors **(IN PROGRESS)**
- Panic
- Recover
16. A web server
Loading

0 comments on commit 8913865

Please sign in to comment.