Open
Description
There are other tools that let users run async code directly. See this comment for details.
Right now, if you try to execute a code example with async code, you get something like
SyntaxError: 'async with' outside async function
This is probably because exec
and eval
are not run as async.