Skip to content

Commit fc3d91d

Browse files
authored
Merge pull request #4 from judge0/hermanzdosilovic/async_run
Add async_run synonym for async_execute.
2 parents 3cb5c15 + d21f5ff commit fc3d91d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/judge0/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ def sync_execute(
146146

147147
execute = sync_execute
148148
run = execute
149+
async_run = async_execute

0 commit comments

Comments
 (0)