Skip to content

Commit 86355a5

Browse files
authored
docs: add link to issue (nushell#1968)
So readers can easily see the progress of this feature.
1 parent 9d618a7 commit 86355a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/background_jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An important side effect of this, is that all background jobs will terminate onc
100100
process exits.
101101
For this reason, Nushell has no UNIX-like `disown` command to prevent jobs from terminating once the shell exits.
102102
To account for that, there are plans for a `job dispatch` implementation in the future,
103-
for spawning independent background processes.
103+
for spawning independent background processes (see [#15201](https://github.com/nushell/nushell/issues/15193?issue=nushell%7Cnushell%7C15201) for progress).
104104

105105
Additionally, if the user is running an interactive Nushell session and runs
106106
[`exit`](/commands/docs/exit.md) while there are background jobs running,

0 commit comments

Comments
 (0)