Changeset View
Changeset View
Standalone View
Standalone View
src/conduit/FutureAgent.php
| Show All 29 Lines | foreach ($this->getFutures() as $future) { | ||||
| foreach ($future->getWriteSockets() as $read_socket) { | foreach ($future->getWriteSockets() as $read_socket) { | ||||
| $sockets[] = $read_socket; | $sockets[] = $read_socket; | ||||
| } | } | ||||
| } | } | ||||
| return $sockets; | return $sockets; | ||||
| } | } | ||||
| protected function getServiceProfilerStartParameters() { | |||||
| // At least today, the agent construct doesn't add anything interesting | |||||
| // to the trace and the underlying futures always show up in the trace | |||||
| // themselves. | |||||
| return null; | |||||
| } | |||||
| } | } | ||||