2015-06-29 19:43:15 -04:00
|
|
|
USING: vectors concurrency.promises kernel threads sequences
|
|
|
|
tools.test ;
|
|
|
|
IN: concurrency.promises.tests
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ V{ 50 50 50 } } [
|
2015-06-29 19:43:15 -04:00
|
|
|
0 <vector>
|
|
|
|
<promise>
|
|
|
|
[ ?promise swap push ] in-thread
|
|
|
|
[ ?promise swap push ] in-thread
|
|
|
|
[ ?promise swap push ] in-thread
|
|
|
|
50 swap fulfill
|
|
|
|
] unit-test
|