lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
AbstractExecutorService
/
invokeAny
invoke
Any
open
suspend override
fun
<
T
>
invokeAny
(
tasks
:
MutableCollection
<
Callable
<
T
>
>
)
:
T
?
Throws
Interrupted
Exception
{@inheritDoc}
Null
Pointer
Exception
{@inheritDoc}
Illegal
Argument
Exception
{@inheritDoc}
Execution
Exception
{@inheritDoc}
Rejected
Execution
Exception
{@inheritDoc}
open
suspend override
fun
<
T
>
invokeAny
(
tasks
:
MutableCollection
<
Callable
<
T
>
>
,
timeout
:
Long
,
unit
:
TimeUnit
)
:
T
Throws
Interrupted
Exception
{@inheritDoc}
Null
Pointer
Exception
{@inheritDoc}
Timeout
Exception
{@inheritDoc}
Execution
Exception
{@inheritDoc}
Rejected
Execution
Exception
{@inheritDoc}