Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Apr 30, 2022
1 parent 1b6b856 commit 419d2ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The implemented patterns were taken from Scala and Java.
* **Reentrant Lock** - Mutex that allows goroutines to enter into the lock on a resource more than once.
* **Optimistic Lock** - Mutex that allows optimistic reading. Could be retried or switched to RLock in case of failure. Significantly improves performance in case of frequent reads and short writes. See [benchmarks](./benchmarks/README.md).

### [Go 1.18 Generic prototypes](./generic)
### [Generic types](./generic)
* **Task** - A data type for controlling possibly lazy and asynchronous computations.

## Examples
Expand Down
22 changes: 0 additions & 22 deletions generic/README.md

This file was deleted.

0 comments on commit 419d2ab

Please sign in to comment.