chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import asyncio
|
||||
|
||||
from ray import serve
|
||||
|
||||
|
||||
@serve.deployment
|
||||
class A:
|
||||
async def __del__(self):
|
||||
while True:
|
||||
await asyncio.sleep(0.1)
|
||||
|
||||
|
||||
app = A.bind()
|
||||
Reference in New Issue
Block a user