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.
K
Kimi.Wang committed
b528efd34e509ef017ddedb47be85292d54ac024
Parent: abd9a8b
Committed by Camden Cheek <camden@ccheek.com>
on 11/12/2023, 4:04:34 PM