PossibleStartertype
StartCallback<T> | Starter<T>
| Type | |
|---|---|
StartCallback | Callback function that starts something with multiple values and returns an optional stop callback. |
Starter | Wrapper class to handle state on start/stop callback process. |
Something that can be made into a Starter.