rankCount {nws} | R Documentation |
Return the rankCount
in sleigh. If rankCount=-1
, then the
worker group has closed, and no more workers may join the group.
## S4 method for signature 'sleigh'
rankCount(.Object)
.Object |
a sleigh class object |
## Not run:
# simple hello world
s = sleigh()
rankCount(s)
## End(Not run)