File

teal-src/util/format.d.tl @ 12425:eabcc3ae22e9

net.connect: Improve handling of failure when attempts are still pending This could lead to failure being reported too early, even if some connections have not yet failed.
author Matthew Wild <mwild1@gmail.com>
date Mon, 21 Mar 2022 11:01:58 +0000
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib