You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sctrueew! We are not actively looking into supporting Windows servers, but if it seems important to you, it might not be too hard to adapt the synchronous POSIX backend to WinAPI. Let us know if you are working in that direction and I'll follow up in case we do 🤗
Describe what you are looking for
Hi, How can I use it in Windows?
Could you give me an example in python?
from ucall.posix import Server
from ucall.uring import Server on 5.19+
server = Server()
@server
def sum(a: int, b: int):
return a + b
server.run()
but it's not wirking.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
Official Python bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: