Closed bsherin closed 3 months ago
import time def test(): time.sleep(.2) return "hello"
It's almost certainly related to the new machinery I introduced to make sure the output was ordered properly.
Fixed I think