Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only execute stream callback when non-nil (#121)
Currently, if `nil` is returned as a stream callback, it will cause a panic because we try to call a `nil` func. This makes it valid to return a `nil` callback from the stream job, which just does nothing on callback.
- Loading branch information