amber-lang / amber-lang/amber

[Feature] `nohup`, `bg`, `fg` block

Open
#950 12 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.