Commit 39aa5645 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_start_thread.md

parent 8491d5da
......@@ -6,8 +6,8 @@ signature: |
void *mg_start_thread(void *(*thread_func);
---
Start a new detached thread.
Arguments and semantic is the same as pthead's `pthread_create()`.
Starts a new detached thread.
Arguments and semantics are the same as pthead's `pthread_create()`.
`thread_func` is a thread function, `thread_func_param` is a parameter
that is passed to the thread function.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment