#if out on os(WASI)
This commit is contained in:
parent
e6a6e1950a
commit
aa5ed1e560
|
@ -177,7 +177,7 @@ public struct TestFiberRenderer: FiberRenderer {
|
|||
}
|
||||
}
|
||||
|
||||
#if canImport(Dispatch)
|
||||
#if canImport(Dispatch) && !os(WASI)
|
||||
public final class WorkItemBox {
|
||||
public var workItem: DispatchWorkItem?
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue