This website requires JavaScript.
Explore
Help
Sign In
danog
/
parallel
Watch
1
Star
0
Fork
0
You've already forked parallel
mirror of
https://github.com/danog/parallel.git
synced
2025-01-06 04:38:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
da84a772cf
parallel
/
test
/
Stub
/
CallbackStub.php
9 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-07-10 22:15:42 +02:00
<
?
php
Port to Amp
2016-08-18 18:04:48 +02:00
namespace
Amp\Tests\Concurrent\Stub
;
Initial commit
2015-07-10 22:15:42 +02:00
class
CallbackStub
{
public
function
__invoke
()
{}
}
Reference in New Issue
Copy Permalink