-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add libuv async #673
Add libuv async #673
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #673 +/- ##
=======================================
Coverage 97.57% 97.57%
=======================================
Files 19 19
Lines 4584 4584
=======================================
Hits 4473 4473
Misses 94 94
Partials 17 17 ☔ View full report in Codecov by Sentry. |
c/libuv/error.go
Outdated
@@ -8,6 +8,19 @@ import ( | |||
"github.com/goplus/llgo/c/syscall" | |||
) | |||
|
|||
type aErrno struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不在这个包实现
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
c/libuv/async.go
Outdated
|
||
type Async = *aAsync | ||
|
||
type aAsync struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
包装不在这个包来做
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个包要确保原汁原味,可以通过工具自动生成。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
bdbeb73
to
6bd82d5
Compare
No description provided.