pyre.nexus.Recruiter¶
Module Contents¶
-
class
pyre.nexus.Recruiter.Recruiter¶ Bases:
pyre.protocolThe protocol of resource allocation strategies
-
recruit(self, team, **kwds)¶ Recruit members for the {team}
-
deploy(self, team, **kwds)¶ Create a new {team} member
-
dismiss(self, team, member, **kwds)¶ The {team} manager has dismissed the given {member}
-