@nikomatsakis I would love you to take a look at the API presented in this crate, especially the join_pool macro. Tell me what you think!
I'm hoping to package synchronization+threading so that it is beginner friendly and extremely simple. One of the things that bit me early was "how do I spawn more than 2 threads with rayon?" This tries to make that simple.
@nikomatsakis I would love you to take a look at the API presented in this crate, especially the
join_poolmacro. Tell me what you think!I'm hoping to package synchronization+threading so that it is beginner friendly and extremely simple. One of the things that bit me early was "how do I spawn more than 2 threads with rayon?" This tries to make that simple.