[Feature] `nohup`, `bg`, `fg` block
Aberta
compiler
good first issue
- Linguagem predominante
- Rust
- Estrelas
- 5.2k
- Forks
- 145
- Merge médio
- 5d 3h
- PRs com merge (30d)
- 7
Descrição
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`
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.