ForkJoinTask.setForkJoinTaskTag

Atomically sets the tag value for this task and returns the old value.

@param newValue the new tag value @return the previous value of the tag

class ForkJoinTask(V)
final
short
setForkJoinTaskTag
(
short newValue
)

Meta