Function mindspore::dataset::config::set_callback_timeout

Function Documentation

bool mindspore::dataset::config::set_callback_timeout(int32_t timeout)

A function to set the default timeout (in seconds) for DSWaitedCallback. In case of a deadlock, the wait function will exit after the timeout period.

Example
// Set a new global configuration value for the timeout value.
bool rc = config::set_callback_timeout(100);

参数

timeout[in] Timeout (in seconds) to be used to end the wait in DSWaitedCallback in case of a deadlock.

返回

The callback timeout is set successfully or not.