Handbook
Glossary
step-into-all-loop ( -- )
Vocabulary
tools
.
walker
Inputs
None
Outputs
None
Definition
USING:
combinators
concurrency.messaging
kernel
models
threads
tools.continuations
;
IN:
tools.walker
:
step-into-all-loop
( -- )
+running+
set-status
[
status
+running+
eq?
]
[
[
{
{
step
[
f
]
}
{
step-out
[
f
]
}
{
step-into
[
f
]
}
{
step-all
[
f
]
}
{
step-into-all
[
f
]
}
{
step-back
[
f
]
}
{
f
[
+stopped+
set-status
f
]
}
[
[
walker-continuation
tget
set-model
]
[
continuation-step-into
]
bi
]
}
case
]
handle-synchronous
]
while
;