[Feature] `nohup`, `bg`, `fg` block
Open
compiler
good first issue
- Dominant language
- Rust
- Stars
- 5.2k
- Forks
- 145
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 7
Description
Like we did for `sudo` so the code will be still executed also if the shell is closed.
Proposed syntax:
```js
let job = async foo() // This calls `bg`
detach foo() // This calls `nohup`
await job // This calls `fg`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.