ManifoldMarketManager.caching

Stub module which helps to manage caching and the launch of parallel network requests.

ManifoldMarketManager.caching.parallel(func: Callable[..., T], *args: Any, **kwargs: Any) Future[T][source]

Launch a task in parallel UNLESS the ManifoldMarketManager_NO_CACHE environment variable is set.

I need to be able to disable the cache/parallel launching or VCR doesn’t work on testing.