예제 #1
0
 // For testing
 public LibuvThread(LibuvTransport transport, int maxLoops)
     : this(transport)
 {
     _maxLoops = maxLoops;
 }