X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=e07933f454909d5a543e340320a578aab528d9ad;hb=c8986118d801def0e6ee269378e18e7cb355e237;hp=fcdd3e7b63e379d8c65bb0925b8bffaea2b725fa;hpb=3cd90acd08d5a95f5fb95b79c8bfddebbe099291;p=python_utils.git diff --git a/executors.py b/executors.py index fcdd3e7..e07933f 100644 --- a/executors.py +++ b/executors.py @@ -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