Closed andrewtamura closed 9 years ago
sync.deferWithTimeout should do the same fiber check that sync.defer does. Currently the code throws a TypeError: Cannot read property '_syncParallel' of undefined if you aren't inside of a Fiber.
TypeError: Cannot read property '_syncParallel' of undefined
Thanks! :)
sync.deferWithTimeout should do the same fiber check that sync.defer does. Currently the code throws a
TypeError: Cannot read property '_syncParallel' of undefined
if you aren't inside of a Fiber.