This commit is contained in:
Jan Brecka
2014-04-08 11:29:40 +02:00
parent 6e937055cf
commit 65e48b2d30

View File

@@ -7,7 +7,7 @@ class Worker
public function __construct() public function __construct()
{ {
// let say that constuctor does really expensive work... // let's say that constuctor does really expensive work...
// for example creates "thread" // for example creates "thread"
} }