📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 14:23:52
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wp-mail-smtp
/
vendor_prefixed
/
guzzlehttp
/
promises
/
src
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src
🔄 Refresh
✏️
Editing: TaskQueueInterface.php
Writable
<?php namespace WPMailSMTP\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(); }
💾 Save Changes
❌ Cancel