Skip to content

Commit e4f47ee

Browse files
authored
Proposed documentation for nqp::nativecallrefresh
After discussion in #perl6.
1 parent d1652cd commit e4f47ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/ops.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,9 +2272,13 @@ an integral number of seconds, `_n` returns a fractional amount.
22722272

22732273
## x_posixerrno
22742274
* `x_posixerrno()`
2275+
*
22752276

22762277
Returns an int that corresponds to the value of POSIX's errno.
22772278

2279+
## nativecallsrefresh
2280+
Refresh the C-based data backing the Perl 6 object. This op should only be used if the user knows that changes have been made to the C-data, but these changes are not being reflected in the Perl 6 object.
2281+
22782282
# <a id="async"></a> Asynchronous Operations
22792283

22802284
The various asynchronous operations, such as timers and asynchronous I/O, take

0 commit comments

Comments
 (0)