factor/basis/alarms/alarms-tests.factor

17 lines
370 B
Factor
Raw Normal View History

2008-03-12 04:22:46 -04:00
USING: alarms alarms.private kernel calendar sequences
tools.test threads concurrency.count-downs ;
IN: alarms.tests
2008-03-03 03:22:27 -05:00
[ ] [
1 <count-down>
{ f } clone 2dup
[ first cancel-alarm count-down ] 2curry 1 seconds later
swap set-first
await
] unit-test
[ ] [
2010-03-27 12:03:06 -04:00
self [ resume ] curry instant later drop
"test" suspend drop
2008-03-03 03:22:27 -05:00
] unit-test