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

llib = 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