Skip to content

[WiP] Native Actor Implementation

username-removed-240561 requested to merge actors into master

Created by: acook

A message-passing concurrent actor pattern implementation using goroutines and channels.

I'm not 100% sure this should be part of blacklight native, but I wanted to explore the pattern.

TODO

  • set Actor.slots values using special messages to send

Merge request reports