mirror of
http://deavmi.assigned.network/git/deavmi/tristanable
synced 2025-02-23 16:26:49 +00:00
Garbage collector works
This commit is contained in:
parent
c958370e37
commit
d314aa98e6
@ -2,6 +2,6 @@
|
||||
"fileVersion": 1,
|
||||
"versions": {
|
||||
"bformat": "1.0.8",
|
||||
"tristanable": "0.0.18"
|
||||
"tristanable": "0.0.19"
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,12 @@ void main()
|
||||
receivedKaka = manager.receiveMessage(70);
|
||||
writeln(receivedKaka);
|
||||
|
||||
|
||||
while(true)
|
||||
{
|
||||
writeln(manager.getQueue());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
"fileVersion": 1,
|
||||
"versions": {
|
||||
"bformat": "1.0.8",
|
||||
"tristanable": "0.0.18"
|
||||
"tristanable": "0.0.19"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user