📄 alarm.mal
字号:
#line 31 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/alarm.mx"module alarm;command sleep(secs:int):void address ALARMsleep comment "sleep X secs";command alarm(secs:int, action:str):void address ALARMsetalarm comment "execute action in X secs";command timers() :bat[:str,:str] address ALARMtimerscomment "give a list of all active timers";command usec() :lng address ALARMuseccomment "return cpu microseconds info";command time() :int address ALARMtime comment "time in millisecs";command epoch() :int address ALARMepoch comment "current time as unix epoch";command ctime() :str address ALARMctime comment "current time as a string";command prelude():voidaddress ALARMprelude comment "Initialize alarm module";command epilogue():voidaddress ALARMepilogue comment "Finalize alarm module";alarm.prelude();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -