summary refs log tree commit diff stats
path: root/lib/core
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-09 17:13:22 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-09 17:13:22 +0100
commit4f5f98f0b1693a221bd3a2087bddf7e6ac350387 (patch)
tree93ff56f70b8995e249b0f38e9467f524de73fe77 /lib/core
parentfd086abb43d606188920c841bcd4abbed770e7d6 (diff)
downloadNim-4f5f98f0b1693a221bd3a2087bddf7e6ac350387.tar.gz
Fixes incorrect async exception handling. Adds sleepAsync.
The tasyncexceptions test has been added which tests for this incorrect
exception handling behaviour. The problem was that the exception was
raised inside a callback which was called from a previously finished async
procedure. This caused a "Future already finished" error. The fix was to
simply reraise the exception if the retFutureSym is already finished.

sleepAsync was added to help with the reproduction of this test. It should
also be useful for users however.

Finally some debug information was added to futures to help with future
bugs.
Diffstat (limited to 'lib/core')
0 files changed, 0 insertions, 0 deletions