ujh / iomrascalai

Iomrascálaí is an AI for the game of Go/Weiqi/Baduk written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of unsafe blocks

ujh opened this issue · comments

Get rid of the unsafe blocks needed for the scoped threads. Either by using normal threads and passing stuff in or cloning or by investigating other solutions like crossbeam or scoped_threadpool.

In general the way we do multi threading does work but I feel that there must be an easier way to achieve what we need.