From 27ece5603fc0cde89183ceb61f915fa64fef1061 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 29 Jul 2020 12:18:10 -0400 Subject: Added recv_any() recv_any() is a function that takes multiple sockets and waits for one or more of them to receive. See the unit test for examples. --- spec/race_spec.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/race_spec.lua (limited to 'spec/race_spec.lua') diff --git a/spec/race_spec.lua b/spec/race_spec.lua new file mode 100644 index 0000000..732ae3e --- /dev/null +++ b/spec/race_spec.lua @@ -0,0 +1,5 @@ +--[[ +Test for race conditions +]] +describe("nng",function() +end) -- cgit v1.2.3-70-g09d2