python-execution-trace icon indicating copy to clipboard operation
python-execution-trace copied to clipboard

Thread safe

Open mihneadb opened this issue 10 years ago • 0 comments

Allow the record decorator to be used on fns that are called from multiple threads.

This basically means that we should take into account the thread id when recording a fn call. This is easy to do with https://docs.python.org/2/library/threading.html#threading.current_thread.

mihneadb avatar Nov 22 '15 12:11 mihneadb