This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import concurrent.futures | |
| from functools import wraps | |
| from flask import Flask | |
| data = None | |
| def long_running_initialization(): | |
| # Long running initialization code goes here |