HN user

scienceplease

5 karma
Posts0
Comments4
View on HN
No posts found.

cooperative scheduler that isn't using native kernel threads

Can anyone point me towards cooperative thread schedulers that use native kernel threads? Would this effectively mean implementing a cooperative model on top of pthreads?

"If you interpret that operation as signed math it's computing 254 + 1 = 255, while if you interpret it as unsigned math it was -2 + 1 = -1."

I think the author swapped "signed math" with "unsigned math" here?