Y
Hacker News
new
|
ask
|
show
|
jobs
by
animalnewbie
2268 days ago
I am no expert and I wish there were a start from 0 guide with examples not involving external crates but my sense is that you can write your own executor and do whatever you want. (Maybe I'm wrong?)
2 comments
steveklabnik
2268 days ago
You're not wrong: that is basically what this article is, and it includes writing an executor!
link
nindalf
2268 days ago
The linked article finally helped me understand how Rust implements async. Give it a shot.
link