Skip to content

Commit

Permalink
document removal of shell and spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jan 26, 2018
1 parent b930e35 commit 8192977
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/ops.markdown
Expand Up @@ -185,8 +185,8 @@
* [tellfh](#tellfh)
* [writefh](#writefh)
- [External command Opcodes](#-external-command-opcodes)
* [shell](#shell)
* [spawn](#spawn)
* [shell](#spawnasync-moar)
* [spawn](#spawnasync-moar)
- [File / Directory / Network Opcodes](#-file--directory--network-opcodes)
* [chdir](#chdir)
* [chmod](#chmod)
Expand Down Expand Up @@ -2668,6 +2668,8 @@ Cancel to stop reading.
## spawnprocasync `moar`
* `spawnprocasync($queue, $args, $cwd, %env, $callbacks)`

Replaced *shell* and *spawn*. See t/nqp/111-spawnprocasync.t for an example of use.

## killprocasync `moar`
* `killprocasync($handle, $signal)`

Expand Down

1 comment on commit 8192977

@tbrowder
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should close GH issue #398.

Please sign in to comment.