ImprovedFactions
Toggle table of contents
2.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.database.storage
/
StorageDispatcher
Storage
Dispatcher
class
StorageDispatcher
:
AutoCloseable
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
fun
close
(
timeout
:
Long
,
unit
:
TimeUnit
)
:
Boolean
Stops accepting new work and lets work already accepted by the dispatcher finish.
submit
Link copied to clipboard
fun
<
T
>
submit
(
task
:
(
)
->
T
)
:
CompletionStage
<
T
>