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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# nanonext 0.2.0.9003 (development)
1
+
# nanonext 0.2.0.9004 (development)
2
2
3
3
#### New Features
4
4
5
5
* Aio fields `$result` for a 'sendAio', `$raw` and `$data` for a 'recvAio' may be queried directly, returning their values or else an NA 'unresolved value' if the Aio operation is yet to complete.
6
-
*`is_resolved()` added as an auxiliary function to query whether an Aio has resolved in a non-blocking fashion.
6
+
*`unresolved()` added as an auxiliary function to query whether an Aio is still unresolved in a non-blocking fashion.
7
7
*`is_nul_byte()` added as a helper function for request/reply setups.
8
8
*`survey_time()` added as a convenience function for surveyor/respondent patterns.
9
9
*`logging()` function to specify a global package logging level - currently supports 'error' and 'info'.
0 commit comments