Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jan 18, 2024
1 parent 0e916ad commit c2ca34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ proc reader(queue: ptr Queue[pointer]):

When `chronos` is used, execution is typically controlled by the `chronos` per-thread dispatcher - passing data to `chronos` is done either via a pipe / socket or by polling a thread-safe queue.

See [the async example](https://github.com/status-im/nim-style-guide/tree/main/src/interop/async/).
See [the async example](https://github.com/status-im/nim-style-guide/tree/main/interop/async/).

## Resources

Expand Down

0 comments on commit c2ca34b

Please sign in to comment.