This commit is contained in:
Daniil Gentili 2020-07-31 15:44:40 +02:00
parent 4ef54ad73b
commit 7ac0047fe9
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -45,7 +45,7 @@ Returns a boolean, indicating whether the class was initialized or not.
[Example](https://github.com/danog/asyncConstruct/blob/master/examples/blocking.php)
Exactly like [AsyncConstruct], except that the blocking `init()` function will be automatically called on construction.
Exactly like [AsyncConstruct](#AsyncConstruct), except that the blocking `init()` function will be automatically called on construction.
### AsyncWakeup