Email or username:

Password:

Forgot your password?
rayslava

Using tokio lib from tokio binary is like receiving a present from a friend wanting to troll you:

Handle::current().spawn(lib::start().await).await.unwrap().unwrap().unwrap();

#dev #rust #fun

4 comments
rayslava

@skobkin Exactly!
> Look at this handle, it's perfect, isn't it? Now wait... wait... And unwrap it! Unwrap it! Unwrap!

Max

@rayslava

unwrap is DarkSide of rust...
Use the forse (?)

Go Up