Export "stop" from syndicate module

This commit is contained in:
Emery Hemingway 2022-03-17 10:39:57 -05:00
parent 1171b238ec
commit fac3002fc8
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ import ./syndicate/[actors, dataspaces, durings, patterns]
from ./syndicate/relays import connectStdio, connectUnix
export Assertion, Facet, Handle, Ref, Turn, TurnAction, bootDataspace, `?`, `$`, connectStdio, connectUnix, drop, grab, message, publish, replace, run
export Assertion, Facet, Handle, Ref, Turn, TurnAction, bootDataspace, `?`, `$`,
connectStdio, connectUnix, drop, grab, message, publish, replace, run, stop
type
PublishProc = proc (turn: var Turn; v: Assertion; h: Handle) {.closure.}

View File

@ -1,6 +1,6 @@
# Package
version = "1.2.0"
version = "1.2.1"
author = "Emery Hemingway"
description = "Syndicated actors for conversational concurrency"
license = "Unlicense"