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` ```