Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92593933
functions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 21, 19:47
Size
309 B
Mime Type
text/x-php
Expires
Sat, Nov 23, 19:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22465816
Attached To
rPHU libphutil
functions.php
View Options
<?php
/**
* Convenience function for instantiating a new @{class:FutureIterator}.
*
* @param list List of @{class:Future}s.
* @return FutureIterator New @{class:FutureIterator} over those futures.
* @group futures
*/
function
Futures
(
$futures
)
{
return
new
FutureIterator
(
$futures
);
}
Event Timeline
Log In to Comment