/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.runtime.actors; public enum ThreadPriority { HIGH, NORMAL, LOW }