~nilium/hardwood

e159026c2918ab91e6d0485d2f6f56907c43b4fe — Evan Hanson 7 years ago a4a3169
Fix example of setting up a hardwood thread in wiki docs
1 files changed, 1 insertions(+), 1 deletions(-)

M hardwood.wiki
M hardwood.wiki => hardwood.wiki +1 -1
@@ 195,7 195,7 @@ the Termite paper and implementation as it uses the syntax of the

Inside csi:
<enscript highlight="scheme">
(setup-thread (current-process))
(setup-thread (current-thread))
</enscript>

This can be useful to communicate with other processes from the REPL, as