Skip to content

6.0.0

Compare
Choose a tag to compare
@olliNiinivaara olliNiinivaara released this 23 Aug 16:05
· 15 commits to master since this release
7253a14
  • major rewrite, breaking changes here and there, consult migration guide and code examples.
  • dispatcher(s) can now be replaced just by changing import(s)
  • every TCP port is now served by different server, allowing port-by-port configuration of resource usage
  • non-blocking I/O with cooperative multithreading now used everywhere
  • new suspend procedure for allowing other threads to run also when waiting for I/O in user code
  • overall compatibility with Nim version 2.0
  • single-threaded mode is no more
  • TimerCtx is no more