Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / executors.py
index fcdd3e7b63e379d8c65bb0925b8bffaea2b725fa..e07933f454909d5a543e340320a578aab528d9ad 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Defines three executors: a thread executor for doing work using a
 threadpool, a process executor for doing work in other processes on
 the same machine and a remote executor for farming out work to other