Skip to content

Commit

Permalink
update .gitignore and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
changchang committed Apr 18, 2013
1 parent 57e45ba commit 0f28ee5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Expand Up @@ -22,4 +22,10 @@ build/
.tags
.tags_sorted_by_file
**xcodeproj/
**dSYM/
**dSYM/
test/
*.mk
gyp-mac-tool
pomelo.Makefile
deps/jansson/jansson.Makefile
deps/uv/uv.Makefile
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -175,4 +175,8 @@ and type in
build\gyp\gyp.bat --depth=. pomelo.gyp -Dlibrary=static_library
```
then open pomelo.sln in visual studio and you can build libpomelo in windows
then open pomelo.sln in visual studio and you can build libpomelo in windows
##Notice
There is a worker thread inside `libpomelo` to run the `libuv` loop and handle the IO events. So all the callback functions are fired in the worker thread. And the application should take care the synchronization between the main thread (such as UI thread) and the `libpomelo` worker thread.

0 comments on commit 0f28ee5

Please sign in to comment.