toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-model
/
uk.co.nickthecoder.glok.history
/
History
/
batch
batch
fun
batch
(
label
:
String
=
""
,
block
:
Batch
.
(
)
->
Unit
)
Begins a new
Batch
, runs the
block
, and then closes the
Batch
.
fun
batch
(
block
:
Batch
.
(
)
->
Unit
)