Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix formatting. Mark async opcode as experimental
  • Loading branch information
coke committed Oct 3, 2013
1 parent c0c8267 commit 2b99f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ops.markdown
Expand Up @@ -30,7 +30,7 @@ correspond directly to NQP types.
* num - native float
* str - native string
* Any - an NQP or VM object
* Type - a type object (e.g. `Int`)
* Type - a type object, e.g. `Int`
* Handle - an I/O Handle object

# Arithmetic Opcodes
Expand Down Expand Up @@ -446,6 +446,7 @@ Open the specified file in the given mode. Valid modes include `r` for read,
`w` for write, and `wa` for write with append.

##openasync
_Experimental_
* `openasync(str $filename, str $mode)`

Open the specified file in the given mode for async IO.
Expand Down

0 comments on commit 2b99f92

Please sign in to comment.