Skip to content
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

Multi pool & timer #14

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Multi pool & timer #14

wants to merge 13 commits into from

Conversation

alexeybel
Copy link

No description provided.

@alexeybel alexeybel closed this Aug 25, 2014
@alexeybel alexeybel reopened this Aug 25, 2014
void connection_queue_work(connection_t * connection, uv_work_cb work) {
uv_work_t * work_item = (uv_work_t *) malloc(sizeof(uv_work_t));
work_item->data = connection;

connection->activity_status = BUSY;
connection->readyForFree = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snake_case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants