Skip to content

Commit

Permalink
Improve Thread.start docs, jnthn++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 19, 2015
1 parent f2559a6 commit d50021e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Type/Thread.pod
Expand Up @@ -53,7 +53,8 @@ terminate when the thread has finished.
method start(Thread:U: &code, Bool :$app_lifetime = False, Str $name = '<anon>') returns Tread:D
Creates, returns and runs a new C<Thread>.
Creates, runs and returns a new C<Thread>. Note that it can (and often does)
return before the thread's code has finished running.
=head2 method run
Expand Down

0 comments on commit d50021e

Please sign in to comment.