[][src]Module pgx::bgworkers

Safely create Postgres Background Workers, including with full SPI support

See: https://www.postgresql.org/docs/12/bgworker.html

Structs

BackgroundWorker

Static interface into a running Background Worker

BackgroundWorkerBuilder

A builder-style interface for creating a new Background Worker

SignalWakeFlags

Flags to indicate when a BackgroundWorker should be awaken

Enums

BgWorkerStartTime

The various points in which a BackgroundWorker can be started by Postgres

Statics

PREV_SHMEM_STARTUP_HOOK