1Prelude.gcDisable(3kaya) Kaya module reference Prelude.gcDisable(3kaya)
2
3
4
6 Prelude::gcDisable - Switch off garbage collector.
7
9 Void gcDisable( )
10
12 You may want this, for example, before executing some time-critical
13 code which should not be interrupted by a garbage collection.
14 Even explicit calls to Prelude.gc (3kaya) () are ineffective while
15 collection is disabled.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 Prelude.gcEnable (3kaya)
29 Prelude.gc (3kaya)
30
31
32
33Kaya December 2010 Prelude.gcDisable(3kaya)