composewell / streamly-shell

Shell programming using streamly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need an idiom for background shell command execution

harendra-kumar opened this issue · comments

Instead of using forkIO.

We can return a handle and also check the status of the running job. Basically, we need job control facilities.