Closed whitfin closed 8 months ago
This fixes #333.
This PR will replace the async flag in the warmer structs with a required flag. This makes more sense in the context of recent warmer changes. It also removes setup_env which is pretty dead and no longer necessary, but had been left behind.
async
required
setup_env
This fixes #333.
This PR will replace the
async
flag in the warmer structs with arequired
flag. This makes more sense in the context of recent warmer changes. It also removessetup_env
which is pretty dead and no longer necessary, but had been left behind.