A GenServer for asynchronously running a function after some duration.
Provides a structure for ordering operations that need to happen, and how to roll them back if they fail.
An extension on `Ecto.Schema` where you can provide additional options, which will be read by the corresponding `PropSchema.TestHarness` module, used in the test files to generate property tests.
Uses `:telemetry` to take events and combines logging and Prometheus metrics to process events
Application that doesn't do anything except start up a supervisor with no children. For the purpose of having an app that a testing runtime can start and stop with no consequences.