mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-10 22:37:38 +02:00
Link to mutex example
This commit is contained in:
parent
595c882016
commit
d6082e1f09
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ For example:
|
||||||
Example programs:
|
Example programs:
|
||||||
|
|
||||||
- Summing numbers using atomic operations: [`sum-atomic.scm`](../../../examples/threading/sum-atomic.scm)
|
- Summing numbers using atomic operations: [`sum-atomic.scm`](../../../examples/threading/sum-atomic.scm)
|
||||||
- For comparison, summing numbers using locks: [`sum-atomic.scm`](../../../examples/threading/sum-atomic.scm)
|
- For comparison, summing numbers using locks: [`sum-mutex.scm`](../../../examples/threading/sum-mutex.scm)
|
||||||
|
|
||||||
### make-atom
|
### make-atom
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue