File

teal-src/util/bitcompat.d.tl @ 12967:53b0730093d8

scansion: vcard_temp: Ensure at least one connection is open throughout test I plan to introduce logic to "reset" the server between individual tests, which is currently triggered by the lack of any connections. This is the only test that has a point where no clients are connected, and it's not necessary, so I changed it to keep the connection open for the duration of the test.
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Mar 2023 14:19:43 +0000
parent 12620:09d86413c3c5
line wrap: on
line source

local record lib
	band : function (integer, integer, ... : integer) : integer
	bor : function (integer, integer, ... : integer) : integer
	bxor : function (integer, integer, ... : integer) : integer
	lshift : function (integer, integer) : integer
	rshift : function (integer, integer) : integer
end
return lib