Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
scoro
master
Top Level Namespace
SerializableCoroutine
Generated using Crystal 1.10.1
2024-02-25 06:29:35 UTC
abstract class
SerializableCoroutine
SerializableCoroutine
Reference
Object
Defined in:
scoro.cr
Instance Method Summary
#complete
: Bool
#complete=
(complete : Bool)
#raw_run
(&)
#run
#state
: Int32
#state=
(state : Int32)
Instance Method Detail
def
complete
: Bool
#
[
View source
]
def
complete=
(complete : Bool)
#
[
View source
]
abstract def
raw_run
(&)
#
[
View source
]
abstract def
run
#
[
View source
]
def
state
: Int32
#
[
View source
]
def
state=
(state : Int32)
#
[
View source
]