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
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