Comment by stevefan1999
4 years ago
I wonder is there any option for async for NT-based legacy system like 2000 or XP? They have fibers and preliminary multicore support far as I remember. On other platforms slapping a simple single threaded runtime is probably fine.
NT has always been an SMT system, so full-on tokio should probably be runnable with a bit of patching.