September 17, 2020
View 3d0bc9d

leave loky as deafult, change back in different PR

Bas Nijholt authored on 17/09/2020 23:34:38
View 9635667

make concurrent.ProcessPoolExecutor the default again because loky gives issues on MacOS

Bas Nijholt authored on 17/09/2020 22:33:57
May 12, 2020
View 9c6668b

no longer skip ipyparallel tests on Python 3.8

Bas Nijholt authored on 12/05/2020 15:35:04
May 5, 2020
View be4245a

remove " "

Bas Nijholt authored on 05/05/2020 20:53:13
April 24, 2020
View c7a12a4

add a comment about using a generator expression

Bas Nijholt authored on 24/04/2020 18:05:45
View 5ba052c

rename _pending_pids → _pending_tasks

Bas Nijholt authored on 23/04/2020 12:42:12
View 2c9caa3

rename _pending_points -> _pending_pids

Bas Nijholt authored on 23/04/2020 12:07:39
View 8eb178a

do not do the entire loop but only until "n"

Bas Nijholt authored on 22/04/2020 23:17:45
View 8a6249f

remove _key_by_value

Bas Nijholt authored on 22/04/2020 23:00:23
View a2ac197

introduce a property pending_points which is a list of tuples and fix docs

Bas Nijholt authored on 22/04/2020 22:57:22
View 540b13f

make pending_points a mapping of future -> pid

Bas Nijholt authored on 22/04/2020 22:52:17
View c9c223d

move pid logic to _ask

Bas Nijholt authored on 22/04/2020 20:36:56
View 58f7b39

use partial(next, itertools.count()) to generate unique ids

Bas Nijholt authored on 22/04/2020 20:14:51
View d1fd55a

rename _index_to_point -> _id_to_point

Bas Nijholt authored on 22/04/2020 20:09:03
View 2f1f2bc

raise StopIteration because it is clearer than checking for None

Bas Nijholt authored on 17/04/2020 10:30:24