PHP » GoLang |
login |
register |
about
|
GoLang pht\Thread::join
request it (343)
GoLang replacement for PHP's pht\Thread::join
[edit | history]
pht\Thread::join(PECL pht >= 0.0.1) pht\Thread::join — Joins a thread Description
public void pht\Thread::join
( void
)
This method will join the spawned thread (though it will first wait for that thread's internal task queue to finish). As a matter of good practice, threads should always be joined. Not joining a thread may lead to undefined behaviour. ParametersThis function has no parameters. Return ValuesNo return value. Examples
Example #1 Joining a thread
<?php |
more
Recently updated
more
Most requested
more
Last requests
|