Mercurial > lcfOS
view user/console.c3 @ 395:3b0c495e3008
Speed improvements
author | Windel Bouwman |
---|---|
date | Fri, 23 May 2014 14:28:03 +0200 |
parents | 084cccaa5deb |
children |
line wrap: on
line source
module console; import ipc; function void main() { while(true) { var ipc.Msg msg; ipc.receive_message(&msg); } }