actors: Avoid building up stack of error handlers when resuming coroutines.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 05:10:13 +0000 (23:10 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 05:10:13 +0000 (23:10 -0600)
commit17e72389d61d35970bf0de07121b7aa26e11221a
tree3e31b93dc257c793a0b9a641798f4026e2664f03
parent48dffb1698035eb3e0eed696e2c296e26412b7d7
actors: Avoid building up stack of error handlers when resuming coroutines.

However it's not clear that we're not still building up a stack of
prompts. :\

* 8sync/actors.scm (hive-process-message): Avoid building up stack of
error handlers when resuming coroutines.
8sync/actors.scm