diff --git a/ThreadPoolExecture/README.md b/ThreadPoolExecture/README.md new file mode 100644 index 0000000..8e7180d --- /dev/null +++ b/ThreadPoolExecture/README.md @@ -0,0 +1,6 @@ +Exception catched + +```python +__import__('concurrent').futures.ThreadPoolExecutor().submit( + lambda x: (print(x * 2) or x ** 2 / 0), 3).result() +``` \ No newline at end of file