- Mar 28, 2020
-
-
Paul McCarthy authored
-
- Oct 23, 2019
-
-
Paul McCarthy authored
flag.
-
- Oct 21, 2019
-
-
Paul McCarthy authored
synchronously
-
Paul McCarthy authored
module-level functions. No changes to functionality
-
- Oct 18, 2019
-
-
Paul McCarthy authored
it blocks for
-
- Oct 07, 2019
-
-
Paul McCarthy authored
-
- Sep 19, 2019
-
-
Paul McCarthy authored
-
- Jul 23, 2019
-
-
Paul McCarthy authored
-
- May 08, 2019
-
-
Paul McCarthy authored
-
- Oct 18, 2018
-
-
Paul McCarthy authored
branch.
-
Paul McCarthy authored
-
- Feb 27, 2018
-
-
Paul McCarthy authored
one instance, if two or more threads accessed a method at the same time.
-
- Nov 07, 2017
-
-
Paul McCarthy authored
-
Paul McCarthy authored
word in python 3.7
-
- Oct 23, 2017
-
-
Paul McCarthy authored
-
- Jun 11, 2017
-
-
Paul McCarthy authored
isn't done, segfaults may sporadically occur.
-
- May 03, 2017
-
-
Paul McCarthy authored
featdesign.loadDesignMat function
-
- Apr 26, 2017
-
-
Paul McCarthy authored
commit 27f214ac Author: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Wed Apr 26 18:20:08 2017 +0100 Version bump commit 52f759f0 Author: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Wed Apr 26 18:05:11 2017 +0100 More robust unit tests for async.idle(alwaysQueue=True). Also using a single wx.App object for complex reasons commit d87aae89 Author: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Wed Apr 26 18:00:13 2017 +0100 Adjustment to async.idle(alwaysQueue=True) - now, a second idle call is only necessary if the first call came before a wx.App had been created.
-
- Apr 25, 2017
-
-
Paul McCarthy authored
-
- Apr 17, 2017
-
-
Paul McCarthy authored
lock up (as thousands of TaskThreads were being created, and not destroyed)
-
Paul McCarthy authored
block until queue is empty. ImageWrapper has method to access TaskThread. This is primarily used for testing threaded access to ImageWrapper.
-
- Apr 13, 2017
-
-
Paul McCarthy authored
which is primarily for testing.
-
- Dec 05, 2016
-
-
Paul McCarthy authored
-
- Nov 29, 2016
-
-
Paul McCarthy authored
identifying reference image associated with a FIRST vtk file.
-
- Sep 29, 2016
-
-
Paul McCarthy authored
-
- Aug 15, 2016
-
-
Paul McCarthy authored
-
- Aug 13, 2016
-
-
Paul McCarthy authored
-
- Aug 05, 2016
-
-
Paul McCarthy authored
-
- Aug 04, 2016
-
-
Paul McCarthy authored
immediatelly re-run the idle loop.
-
Paul McCarthy authored
-
- Aug 02, 2016
-
-
Paul McCarthy authored
initialisation. Async.idle still honours after argument, even if a wx application is not running.
-
- Aug 01, 2016
-
-
Paul McCarthy authored
Platform.canHaveGui, can be used to tell whether we are able to create a GUI. Async modified to use platform.haveGui instead of performing its own test.
-
- Jul 27, 2016
-
-
Paul McCarthy authored
already queued to be dropped. More useful when used through idleWhen.
-
Paul McCarthy authored
events (if user stops moving the mouse), meaning that idle tasks can get stuck in the idle queue, and not processed until the next UI event. Therefore, the idle loop now gets periodically called by a wx.Timer, in addition to via EVT_IDLE events.
-
Paul McCarthy authored
dictate when the actual function is called.
-
- Jul 26, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
keyword arguments.
-
Paul McCarthy authored
TaskThread also doesn't crash when an enqueued task raises an error.
-
- Jun 30, 2016
-
-
Paul McCarthy authored
- New cache module, which implements a simple in-memory cache. - Async module defines a 'mutex' decorator, which allows instance method access to be made mutually-exclusive
-
Paul McCarthy authored
-