Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Dec 2, 2011
1 parent 78af794 commit 05df379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process.go
Expand Up @@ -20,6 +20,7 @@ type ProcessOptions struct {
StderrStream *Pipe
}

func Spawn(loop *Loop) {
func Spawn(loop *Loop, options ProcessOptions) {
// TODO
}

0 comments on commit 05df379

Please sign in to comment.