summary refs log tree commit diff stats
path: root/compiler/syntaxes.nim
diff options
context:
space:
mode:
authorcheatfate <ka@hardcore.kiev.ua>2016-05-18 00:53:53 +0300
committercheatfate <ka@hardcore.kiev.ua>2016-05-18 00:53:53 +0300
commitaba60e54d58a0425ae707efef4e3dfcf1a54064d (patch)
tree999699e9fb1120e0480bc0dcda1abc5cc75d7c87 /compiler/syntaxes.nim
parentf4f7edf00f19e5abcd4f3a4631261e109d6b8c4d (diff)
downloadNim-aba60e54d58a0425ae707efef4e3dfcf1a54064d.tar.gz
Resolve bugs with `deep recursion` of asyncdispatch.
Introduce callSoon() implementation.
Patch tests to use waitFor() instead of asyncCheck()
Diffstat (limited to 'compiler/syntaxes.nim')
0 files changed, 0 insertions, 0 deletions
a> 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144