DEV Community

Discussion on: Rust futures: an uneducated, short and hopefully not boring tutorial - Part 3 - The reactor

Collapse
 
mindflavor profile image
Francesco Cogno

Ah yes it's true.
It's an horrible way of simulating the external unpark command :)

Ideally this command should be issued by another "entity" (for example the OS in case of async IO).