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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# nanonext 0.2.0.9002 (development)
1
+
# nanonext 0.2.0.9003 (development)
2
2
3
3
#### New Features
4
4
5
-
*`call_aio()` gains the argument 'block', offering a non-blocking method of calling an AIO, without waiting for completion if it is yet to resolve.
6
-
*`survey_time()` added as a convenience function for surveyor/respondent patterns.
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.
7
7
*`is_nul_byte()` added as a helper function for request/reply setups.
8
+
*`survey_time()` added as a convenience function for surveyor/respondent patterns.
8
9
*`ncurl()` adds a '...' argument. Support for HTTP methods other than GET.
9
10
10
11
#### Updates
11
12
12
-
* 'quietly' argument added to functions that create or destroy objects. Set to FALSE to enable printing of informational messages for logging purposes.
13
+
*Argument 'quietly' added to functions that create or destroy objects. Set to FALSE to enable printing of informational messages for logging purposes.
13
14
* Common format for NNG errors now starts with a timestamp for easier logging.
14
15
*`listen()` and `dial()` now return (invisible) zero rather than NULL upon success to better align with similar functions.
15
16
* Allows setting the environment variable 'NANONEXT_ARM' prior to package installation
0 commit comments