ErikNatanael / knyst

Apache License 2.0
34 stars 4 forks source link

Thread safe graph interface #9

Closed ErikNatanael closed 1 year ago

ErikNatanael commented 1 year ago

Graphs should be controllable through a thread safe Sync interface. This can happen via a message passing interface to a control thread.

This interface should work also in a single threaded context.

ErikNatanael commented 1 year ago

Closed by #12