pyk.kore.pool module
¶
class
KoreServerPool
(
create_server
:
Callable
[
[
]
,
KoreServer
]
,
*
,
max_workers
:
int
|
None
=
None
)
[source]
¶
Bases:
ContextManager
[
KoreServerPool
]
close
(
)
→
None
[source]
¶
submit
(
fn
:
Callable
[
Concatenate
[
int
,
P
]
,
T
]
,
/
,
*
args
:
P.args
,
**
kwargs
:
P.kwargs
)
→
Future
[
T
]
[source]
¶
pyk
Navigation
Contents:
pyk
pyk package
Related Topics
Documentation overview
pyk
pyk package
pyk.kore package
Previous:
pyk.kore.parser module
Next:
pyk.kore.prelude module
Quick search