Package-level declarations

Types

Link copied to clipboard
open class ResultFlow<T>

Will periodically execute the code block and emit the result in the results flow. IMPORTANT: You should call close() when you want the execution and flow to terminate.

Link copied to clipboard

Will periodically execute the code block and emit the result in the results flow. IMPORTANT: You should call close() when you want the execution and flow to terminate.