DataDog / glommio

Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is spin_before_park used in examples?

nazar-pc opened this issue · comments

I saw spin_before_park is used in examples, but there is no description of why one would want or not want to use it. Would be also great to update the documentation of the method with more details.