Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bedroombuilds/python2rust
/ a
Function
a
13_async/python/minimal.py:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
asyncio
2
3
async
def
a():
4
print(
'Hello ...'
)
5
await asyncio.sleep(3)
6
print(
"waited"
)
7
return
1
8
9
async
def
b():
10
print(
'... World!'
)
Callers
1
main
Function · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected