You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
# nanonext 0.2.0.9004 (development)
1
+
# nanonext 0.2.0.9005 (development)
2
2
3
3
#### New Features
4
4
5
5
* Aio values `$result`, `$raw` or `$data` now resolve without requiring `call_aio()`. Access the values directly and an NA 'unresolved value' will be returned if the Aio operation is yet to complete.
6
+
* Integer error values generated by all receive functions are now classed 'errorValue' to be immediately distinguishable from possible message values.
6
7
*`unresolved()` added as an auxiliary function to query whether an Aio is unresolved, for use in control flow statements.
7
8
*`is_nul_byte()` added as a helper function for request/reply setups.
8
9
*`survey_time()` added as a convenience function for surveyor/respondent patterns.
Copy file name to clipboardExpand all lines: README.Rmd
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,9 @@ close(sub)
323
323
324
324
### Surveyor Respondent Model
325
325
326
-
This type of topology is useful for applications such as service discovery.
326
+
This type of pattern is useful for applications such as service discovery.
327
+
328
+
A surveyor sends a survey, which is broadcast to all peer respondents. The respondents then have a chance to reply (but are not obliged to). The survey itself is a timed event, such that responses received after the timeout are discarded.
0 commit comments