1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-21 02:37:49 +00:00

Update readme.

This commit is contained in:
Calvin Rose
2021-12-04 13:25:02 -06:00
parent 1855c6aed5
commit 8ff2fecb26
2 changed files with 0 additions and 3 deletions

View File

@@ -32,9 +32,7 @@
(assert att "`att` was nil after creation")
(ev/give ch att)
(ev/do-thread
(print "started thread")
(assert (ev/take ch) "channel packing bug for threaded abstracts on threaded channels."))
(print "done")
(end-suite)