Skip to content

Commit a7a9399

Browse files
committed
up doc
1 parent 0ba2b0d commit a7a9399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ I really wanted to understand how Go's runtime works. I suppose that the best wa
1717

1818
***I must admit that every decision is made in the design of the system imperfectly. Every design is trade off.***
1919

20-
When I work with this lib I understood that concurrancy is really too hard.
20+
When I work with this lib I understood that concurrency is really too hard.
2121

2222
### Requirements
2323

@@ -91,5 +91,6 @@ Stackfull coroutine + Executor = Fibers. Im proud of async mutex, wait group, ev
9191
- [spinlock](src/components/sync/spinLock.h)
9292
- [simple intrusive list](src/components/intrusive/list.h)
9393
- [lock free queue](src/components/lock_free/simple_ms_queue.h)
94+
- [queue spinlock](src/components/sync/queue_spinlock.h)
9495

9596
P.S. Thanks for R.Lipovsky for his wonderfully program :)

0 commit comments

Comments
 (0)