| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/TaskQueueInterface.php.tar |
wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php 0000644 00000000677 15112673056 0034453 0 ustar 00 home/xbodynamge/namtation <?php
namespace YoastSEO_Vendor\GuzzleHttp\Promise;
interface TaskQueueInterface
{
/**
* Returns true if the queue is empty.
*
* @return bool
*/
public function isEmpty();
/**
* Adds a task to the queue that will be executed the next time run is
* called.
*/
public function add(callable $task);
/**
* Execute all of the pending task in the queue.
*/
public function run();
}
www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php 0000644 00000000677 15114415515 0033301 0 ustar 00 home/xbodynamge <?php
namespace YoastSEO_Vendor\GuzzleHttp\Promise;
interface TaskQueueInterface
{
/**
* Returns true if the queue is empty.
*
* @return bool
*/
public function isEmpty();
/**
* Adds a task to the queue that will be executed the next time run is
* called.
*/
public function add(callable $task);
/**
* Execute all of the pending task in the queue.
*/
public function run();
}
wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php 0000644 00000000677 15114662702 0035137 0 ustar 00 home/xbodynamge/lebauwcentre <?php
namespace YoastSEO_Vendor\GuzzleHttp\Promise;
interface TaskQueueInterface
{
/**
* Returns true if the queue is empty.
*
* @return bool
*/
public function isEmpty();
/**
* Adds a task to the queue that will be executed the next time run is
* called.
*/
public function add(callable $task);
/**
* Execute all of the pending task in the queue.
*/
public function run();
}
wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php 0000644 00000000677 15114663323 0035344 0 ustar 00 home/xbodynamge/crosstraining <?php
namespace YoastSEO_Vendor\GuzzleHttp\Promise;
interface TaskQueueInterface
{
/**
* Returns true if the queue is empty.
*
* @return bool
*/
public function isEmpty();
/**
* Adds a task to the queue that will be executed the next time run is
* called.
*/
public function add(callable $task);
/**
* Execute all of the pending task in the queue.
*/
public function run();
}