Export asyncCheck from syndicate module

This commit is contained in:
Emery Hemingway 2022-08-31 10:43:34 -05:00
parent a8e8eed619
commit 9b0437e922
2 changed files with 4 additions and 3 deletions

View File

@ -32,8 +32,9 @@ import ./syndicate/protocols/dataspace
from ./syndicate/relays import connectStdio, connectUnix from ./syndicate/relays import connectStdio, connectUnix
export Actor, Assertion, Facet, Handle, Ref, Symbol, Turn, TurnAction, export Actor, Assertion, Facet, Handle, Ref, Symbol, Turn, TurnAction,
`$`, `?`, analyse, bootDataspace, connectStdio, connectUnix, drop, facet, `$`, `?`, analyse, asyncCheck, bootDataspace, connectStdio, connectUnix,
future, grab, message, newDataspace, publish, retract, replace, run, stop, unembed drop, facet, future, grab, message, newDataspace, publish, retract,
replace, run, stop, unembed
type type
Observe* = dataspace.Observe[Ref] Observe* = dataspace.Observe[Ref]

View File

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