From: Christopher Allan Webber Date: Sat, 10 Dec 2016 22:16:08 +0000 (-0600) Subject: actors: Remove deprecated call to former "8sync" definition X-Git-Tag: v0.3.0~24 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=387a9f1a6ceb55c5362daae00171a67abc4135dc;hp=387a9f1a6ceb55c5362daae00171a67abc4135dc;p=8sync.git actors: Remove deprecated call to former "8sync" definition These used the old meaning of 8sync, where something would happen asynchronously but return its value. * 8sync/systems/actors.scm (hive-create-actor, hive-create-actor*): Remove call to 8sync, just call its previous body on its own. ---