Added mutex for silly
Original link: https://blog.gotocoding.com/archives/1803?utm_source=rss&utm_medium=rss&utm_campaign=%25e4%25b8%25basilly%25e5%25a2%259e%25e5%258a%25a0%25e4%25ba%2586%25e4% 25ba%2592%25e6%2596%25a5%25e9%2594%2581 Silly is a high-concurrency network framework implemented based on the Coroutine mechanism of the Lua language. Its coroutine scheduling mechanism is very simple. All functions are wrapped in coroutine and executed. When the code calls socket.read\/core.sleep and other specified APIs, the current coroutine will hang until socket.read\/core.sleep until the result is […]
Added mutex for silly Read More »