Daemon task looks like regular task with disabled checks in own `__del__` method.
On Thu, Jun 11, 2015 at 3:54 PM, Skip Montanaro <[email protected]> wrote: > I wonder if something akin to daemon threads would be appropriate here > (daemon tasks?). When the last non-daemon task completes, the program > can exit. > > Skip -- Thanks, Andrew Svetlov
