Skip to content

Commit

Permalink
MutexFunction WaitUntilIdle added
Browse files Browse the repository at this point in the history
  • Loading branch information
markdicksonjr committed Jun 17, 2019
1 parent 7aefcf6 commit 7194544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ func (m *MutexFunction) Call(data interface{}) error {
})
return nil
}

func (m *MutexFunction) WaitUntilIdle() {
m.dispatcher.WaitUntilIdle()
}

0 comments on commit 7194544

Please sign in to comment.