-
Notifications
You must be signed in to change notification settings - Fork 281
Beta #219
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
Conversation
be33505 to
5a56184
Compare
now that we have implemented the proper event loop. Delete the first WaitEvent
|
The initial |
|
This Branch is compatible with |
BinaryMessenger: SendNoReply -> Send Send -> SendWithReply
Custom error codes on the plugin side
event-loop.go
Outdated
| heap.Init(pq) | ||
| return &EventLoop{ | ||
| priorityqueue: pq, | ||
| mainThreadID: embedder.GetCurrentTheradID(), |
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.
Typo Therad. Also: should we maybe make this function available from an internal package, not as part of the embedder package?
|
Failure to compile for windows? #245 |
Review the commit on this branch as individual PR.
Regrouping:
test onflutter channel masterlast commit fixes: #230