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