MasterPool()

説明

Lua 関数の MasterPool は、マスターへのハンドルを返します。

引数

この関数は、引数を受け取りません。

戻り値

MasterPool オブジェクトの情報を出力します。

return function()
    -- Print all informatin about the MasterPool object
    Printf("=============== START OF DUMP ===============")
    MasterPool():Dump()
    Printf("================ END OF DUMP ================")
end