ruby - Creating native thread on windows running MRI -


can create native thread on windows running mri, using createthread api call , win32-api, windows-api , windows-pr gems? if so, can give me example? thread work properly?

seems it's not possible. ended using eventmachine handle multiple i/o events on same thread.


Comments