コード例 #1
0
 //  Chooses least loaded I/O thread.
 protected IOThread ChooseIOThread(long affinity)
 {
     return(m_ctx.ChooseIOThread(affinity));
 }