Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
cbe63d43
Commit
cbe63d43
authored
Jul 21, 2016
by
Deomid Ryabkov
Committed by
Cesanta Bot
Jul 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent repeated invocation of Clubby handler
PUBLISHED_FROM=de348f944de60d116d9d1f5d18e920991c811fa8
parent
e91a7c95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
intro.md
docs/c-api/net.h/intro.md
+2
-2
mg_event_handler_t.md
docs/c-api/net.h/mg_event_handler_t.md
+2
-2
No files found.
docs/c-api/net.h/intro.md
View file @
cbe63d43
...
...
@@ -34,7 +34,7 @@ items:
NOTE: Mongoose manager is single threaded. It does not protect
its data structures by mutexes, therefore all functions that are dealing
with particular event manager should be called from the same thread,
with exception of
`mg_broadcast()`
function. It is fine to have different
with
a
particular event manager should be called from the same thread,
with exception of
the
`mg_broadcast()`
function. It is fine to have different
event managers handled by different threads.
docs/c-api/net.h/mg_event_handler_t.md
View file @
cbe63d43
...
...
@@ -6,6 +6,6 @@ signature: |
typedef void (*mg_event_handler_t)(struct mg_connection *, int ev, void *);
---
Callback function (event handler) prototype
, must be defined by
user.
Mongoose calls event handler, passing events defined below.
Callback function (event handler) prototype
. Must be defined by the
user.
Mongoose calls
the
event handler, passing events defined below.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment