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

wrap libuv to provide some fundamental async apis #433

Open
7 of 14 tasks
Tracked by #286
Chronostasys opened this issue Sep 20, 2024 · 0 comments · Fixed by #432
Open
7 of 14 tasks
Tracked by #286

wrap libuv to provide some fundamental async apis #433

Chronostasys opened this issue Sep 20, 2024 · 0 comments · Fixed by #432
Assignees
Labels
Milestone

Comments

@Chronostasys
Copy link
Member

Chronostasys commented Sep 20, 2024

use libuv as our event loop and wrap libuv apis into pl's async std lib

  • evloop
  • uv_async
  • delay async
  • uv metrics
  • uv error handle
  • streams
    • uv_buf_t
    • tcp
      • listen
      • read
      • write
      • connect
    • file system
    • udp

Some knowledge important for writting libuv wrappers: https://chronostasys.github.io/pivot-lang/2024/09/14/GC-And-Async.html

libuv reference: https://docs.libuv.org/en/v1.x/api.html

@Chronostasys Chronostasys mentioned this issue Sep 20, 2024
4 tasks
@Chronostasys Chronostasys changed the title evloop wrap libuv to provide some fundamental async apis Sep 20, 2024
@Chronostasys Chronostasys added this to the 1.0.0 milestone Sep 20, 2024
@Chronostasys Chronostasys reopened this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants