X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Futil%2Fparallel.py;h=fffdea5f4e0636cdf7cdfb99e97fd50e0ceebae9;hb=4c5d308e0d13c0dc4b54556f149bc2a9cd585592;hp=95baad7791c40b80ba2bc088562a735bc972914a;hpb=431d85b5200b64fe9f960104da480258f8f5d7b1;p=nepi.git diff --git a/src/nepi/util/parallel.py b/src/nepi/util/parallel.py index 95baad77..fffdea5f 100644 --- a/src/nepi/util/parallel.py +++ b/src/nepi/util/parallel.py @@ -1,4 +1,22 @@ -# -*- coding: utf-8 -*- +# +# NEPI, a framework to manage network experiments +# Copyright (C) 2013 INRIA +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Author: Claudio Freire +# import threading import Queue