Skip to content

atilaneves/fearless

Repository files navigation

fearless

Build Status Coverage

Safe concurrency in D

This package implements @safe easy sharing of data between threads without having to cast and/or lock/unlock a mutex. It does so by using scope and DIP1000.

Please consult the examples and/or unit tests.