mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
heavier test
This commit is contained in:
parent
a585cc8158
commit
8c92636aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ val fib : int -> int = <fun>
|
|||
# List.init 10 fib;;
|
||||
- : int list = [1; 1; 2; 3; 5; 8; 13; 21; 34; 55]
|
||||
|
||||
# let fibs = Array.init 30 (fun n -> Moonpool.Fut.spawn ~on:pool (fun () -> fib n));;
|
||||
# let fibs = Array.init 35 (fun n -> Moonpool.Fut.spawn ~on:pool (fun () -> fib n));;
|
||||
val fibs : int Moonpool.Fut.t array =
|
||||
[|<abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>;
|
||||
<abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>; <abstr>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue