Skip to content

Commit

Permalink
Document creation function
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jul 14, 2016
1 parent 2ea0104 commit 1b65654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/lib/iomgr/workqueue_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ struct grpc_workqueue {
grpc_closure read_closure;
};

/** Create a work queue */
/** Create a work queue. Returns an error if creation fails. If creation
succeeds, sets *workqueue to point to it. */
grpc_error *grpc_workqueue_create(grpc_exec_ctx *exec_ctx,
grpc_workqueue **workqueue);

Expand Down

0 comments on commit 1b65654

Please sign in to comment.