sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Make turtle.env.Node less abstract #349

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

The use of a template, rather than directly referring to the node base classes in swarm, is probably a historical artefact from the days when this class lived in turtle (which knows nothing of swarm). It looks like the code can be simplified now.