dev.forkhandles.time.UnsupportedSynchronousOperationException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of time4k Show documentation
Show all versions of time4k Show documentation
ForkHandles Time library
package dev.forkhandles.time
/**
* Thrown to report that a [DeterministicScheduler] has been asked to perform
* a blocking wait, which is not supported.
*
* @author nat
*/
class UnsupportedSynchronousOperationException(message: String) :
UnsupportedOperationException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy