AsyncAtomNode

public protocol AsyncAtomNode : RecoilAsyncNode

Undocumented

  • defaultValue() Asynchronous

    Undocumented

    Declaration

    Swift

    func defaultValue() async throws -> T
  • getValue(_:) Extension method, asynchronous

    Undocumented

    Declaration

    Swift

    public func getValue(_ accessor: StateGetter) async throws -> T

Available where Self: Writeable