-
Notifications
You must be signed in to change notification settings - Fork 158
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
(asys) Add libuv wrappers #306
base: master
Are you sure you want to change the base?
Conversation
- functions to report the values of UV_ constants - unify alloc_data_* - copyfile, lchown
@Aurel300, do you have any progress on this? can i take a look? |
any fixed here ? @Aurel300 ? I like your udp function in libuv. |
@ConstNW @sonygod This is temporarily on hold. First we need to finalise the actual asys APIs (HaxeFoundation/haxe#8832) – we have agreed that some changes need to be made (e.g. dropping the streams, replacing the socket data signals with callback-based methods for simplicity and consistency). I believe @RealyUniqueName is currently working on that. Once the APIs are decided, individual targets can be implemented. |
@Aurel300 Wow, I've been researching async IO and brainstorming solutions to implementing it in Haxe (particularly HL) and I've repeatedly stumbled across your name. Glad to see you are diligently working at this task, I wish I could be of help, but I haven't compiled C in over 2 years, all I can say is I'm sure the entire Haxe community looks forward to your success! This is the most exciting proposal I've read about in a while. |
See HaxeFoundation/haxe#8817
Some TODOs marked in code. Additional things to investigate:
CI TODO: