(this: AtomContext, atom: Atom<A>, options?: {
readonly withoutInitialValue?: boolean
readonly bufferSize?: number
})
| 178 | some<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A> |
| 179 | someOnce<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A> |
| 180 | stream<A>(this: AtomContext, atom: Atom<A>, options?: { |
| 181 | readonly withoutInitialValue?: boolean |
| 182 | readonly bufferSize?: number |
| 183 | }): Stream.Stream<A> |
no outgoing calls