blob: dcb1a36541b6e646ffaad007a58ce39c89717bbe (
plain)
1
2
3
4
5
6
7
8
9
|
# Future
The `Future` module implements future behavior of already existing functions,
which will replace the current version in a future release of Julia.
```@docs
Future.copy!
Future.randjump
```
|