alarm.mal
来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 36 行
MAL
36 行
#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 + =
减小字号Ctrl + -
显示快捷键?