-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Windows port of iomgr. #448
Conversation
Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet.
-) Client code is now threadsafe. -) The echo_client code runs and succeeds.
Conflicts: include/grpc/support/time_win32.h
#include <grpc/support/atm.h> | ||
|
||
typedef struct grpc_winsocket_callback_info { | ||
/* I hate Microsoft so much. This is supposed to be a WSAOVERLAPPED, |
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.
Maybe drop the first sentence here.
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.
Haha, yeah, I guess I was a bit frustrated while coding that :-P
Is there ETA for this pull request getting merged? |
It's bottlenecked on me getting review time currently. If someone else On Tue Feb 10 2015 at 10:30:20 AM Jan Tattermusch notifications@github.com
|
Wohoo, thanks! |
No description provided.