Handbook
Glossary
get-aside ( id -- aside )
Vocabulary
furnace
.
asides
Inputs
id
an
object
Outputs
aside
an
object
Definition
USING:
furnace.cache
furnace.sessions
kernel
;
IN:
furnace.asides
:
get-aside
( id -- aside )
dup
[
aside
get-state
]
when
check-session
;