ethanuppal / pulsar

Programming language for building hardware accelerators with zero-latency memory.
GNU General Public License v3.0
2 stars 0 forks source link

Use `MutCell` everywhere #13

Closed ethanuppal closed 1 month ago

ethanuppal commented 4 months ago

There are still some places where Rc<RefCell<T>> is used in the codebase where concurrent usage may be desired.

ethanuppal commented 1 month ago

Closed due to later rust skill obtained.