Add multithreading (simple alternative to coroutines/async for now)
1 files changed, 1 insertions(+), 1 deletions(-) M silk.nimble
M silk.nimble => silk.nimble +1 -1
@@ 1,6 1,6 @@ # Package -version = "0.4.3" +version = "0.5.0" author = "Sean Wilkerson" description = "A Nim HTTP server library" license = "LGPL-3.0-or-later"