File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Promise/ES6/Event/MojoIOLoop.pm
Back
package Promise::ES6::Event::MojoIOLoop; use strict; use warnings; #---------------------------------------------------------------------- use Mojo::IOLoop (); BEGIN { if (!Mojo::IOLoop->can('next_tick')) { die( __PACKAGE__ . " requires Mojo::IOLoop::next_tick(). Upgrade to a newer Mojolicious version.$/" ); } } #---------------------------------------------------------------------- sub __postpone { Mojo::IOLoop->next_tick($_[0]); } use constant get_postpone => \&__postpone; 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings