c2b16b46e ^
a5ecbf823 ^
1 2 3 4 5 6 7 8 9 10 11
12
13 14
discard """ output: ''' testCallback() ''' """ import asyncdispatch proc testCallback() = echo "testCallback()" when true: callSoon(testCallback) poll()