aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
blob: 065408a80dbce459815f6224b36db7c34ade468b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
local t = function (a) end

require "llib"

local a = llib.crypto.md5()
--llib.io.pprint(_ENV.a)

for i = 1,200 do
  awa = function(a) end
  llib.thread.async(awa):await()
end

if a:final() ~= "d41d8cd98f00b204e9800998ecf8427e" then
  print(a:final())
end