Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Windows #91

Open
3 tasks done
sctrueew opened this issue Jan 2, 2024 · 1 comment
Open
3 tasks done

Feature: Windows #91

sctrueew opened this issue Jan 2, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sctrueew
Copy link

sctrueew commented Jan 2, 2024

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?

  • I can contribute

Is your feature request specific to a certain interface?

Official Python bindings

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sctrueew sctrueew added the enhancement New feature or request label Jan 2, 2024
@ashvardanian
Copy link
Collaborator

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 🤗

@ashvardanian ashvardanian added the good first issue Good for newcomers label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants