effect-io-ai

Package: @effect/sql-sqlite-wasm
Module: SqliteClient

SqliteClient.withTransferables

Runs an effect with the supplied transferables attached to worker-backed SQLite WASM query messages.

Signature

declare const withTransferables: (transferables: ReadonlyArray<Transferable>) => <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>

Source

Since v4.0.0