mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-05 14:33:10 +00:00
updates
This commit is contained in:
parent
3de128b26a
commit
4837738b4a
@ -12,7 +12,8 @@ import taskpools
|
||||
## cancelation of the thread-future.
|
||||
##
|
||||
## It keeps the future from finishing before
|
||||
## the task runs.
|
||||
## the task runs. However, it doesn't appear to be
|
||||
## triggering the finalizer for the MockSeq.
|
||||
##
|
||||
|
||||
type
|
||||
@ -76,3 +77,8 @@ suite "async tests":
|
||||
GC_fullCollect()
|
||||
os.sleep(2_000)
|
||||
echo "Done"
|
||||
os.sleep(10_000)
|
||||
GC_fullCollect()
|
||||
|
||||
teardown:
|
||||
GC_fullCollect()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user