DispatchQueue
class DispatchQueue : DispatchObject
-
Undocumented
Declaration
Swift
static var currentLabel: String { get }
-
Unsafely runs a computation in a synchronous manner.
Throws
Error happened during the execution of the computation, of the error type of the underlyingMonadError
.Parameters
fa
Computation to be run.
Return Value
Result of running the computation.