Esempio n. 1
0
	def resumeStack(self):
		self.stack -= 1
		if self.stack < 1:
			self.stack = 0
			StreamUtils.resume()