AsyncAtomNode
public protocol AsyncAtomNode : RecoilAsyncNode
Undocumented
-
defaultValue()AsynchronousUndocumented
Declaration
Swift
func defaultValue() async throws -> T -
getValue(_:Extension method, asynchronous) Undocumented
Declaration
Swift
public func getValue(_ accessor: StateGetter) async throws -> T
-
setValue(context:Extension methodnewValue: ) Undocumented
Declaration
Swift
public func setValue(context: MutableContext, newValue: T)
AsyncAtomNode Protocol Reference