Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForResult ¶
func WaitForResult[T AsynchronousResult](timeOutSeconds int, checkResult func() (T, error)) (T, error)
Types ¶
type AsynchronousResult ¶
type AsynchronousResult interface {
Done() bool
}
Click to show internal directories.
Click to hide internal directories.