Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 27, 2025
1 parent ba77151 commit 7382585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ knitr::opts_chunk$set(

R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library for reliable, high-performance messaging over in-process, IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability Protocols', a standard for common communications patterns including publish/subscribe, request/reply and service discovery.

As its own ]threaded concurrency framework](https://shikokuchuo.net/nanonext/articles/nanonext.html#async-and-concurrency), provides a toolkit for asynchronous programming and distributed computing. Intuitive 'aio' objects resolve automatically when asynchronous operations complete, and [synchronisation primitives](https://shikokuchuo.net/nanonext/articles/nanonext.html#synchronisation-primitives) allow R to wait upon events signalled by concurrent threads.
As its own [threaded concurrency framework](https://shikokuchuo.net/nanonext/articles/nanonext.html#async-and-concurrency), provides a toolkit for asynchronous programming and distributed computing. Intuitive 'aio' objects resolve automatically when asynchronous operations complete, and [synchronisation primitives](https://shikokuchuo.net/nanonext/articles/nanonext.html#synchronisation-primitives) allow R to wait upon events signalled by concurrent threads.

Designed for performance and reliability, [`nanonext`](https://doi.org/10.5281/zenodo.7903429) is a lightweight wrapper around the NNG C library, and is itself implemented almost entirely in C.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ IPC, TCP, WebSocket and secure TLS transports. Implements ‘Scalability
Protocols’, a standard for common communications patterns including
publish/subscribe, request/reply and service discovery.

As its own \]threaded concurrency
framework\](<https://shikokuchuo.net/nanonext/articles/nanonext.html#async-and-concurrency>),
As its own [threaded concurrency
framework](https://shikokuchuo.net/nanonext/articles/nanonext.html#async-and-concurrency),
provides a toolkit for asynchronous programming and distributed
computing. Intuitive ‘aio’ objects resolve automatically when
asynchronous operations complete, and [synchronisation
Expand Down

0 comments on commit 7382585

Please sign in to comment.