apparently this discovered some bugs
This commit is contained in:
parent
1f5c2b67b6
commit
98dcd3dc7e
@ -22,6 +22,10 @@ def BackgroundTask():
|
||||
_task_id: int = 0
|
||||
iterations: int = 10
|
||||
|
||||
@rx.event
|
||||
def set_iterations(self, value: str):
|
||||
self.iterations = int(value)
|
||||
|
||||
@rx.event(background=True)
|
||||
async def handle_event(self):
|
||||
async with self:
|
||||
|
Loading…
Reference in New Issue
Block a user