mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Merge branch 'quick-fix2' of https://github.com/Fate-JH/PSF-LoginServer into quick-fix2
This commit is contained in:
commit
b06fa6d23e
|
|
@ -15,7 +15,7 @@ import scala.util.{Failure, Success}
|
|||
class TaskResolver() extends Actor {
|
||||
/** list of all work currently managed by this resolver */
|
||||
private val tasks : ListBuffer[TaskResolver.TaskEntry] = new ListBuffer[TaskResolver.TaskEntry]
|
||||
/** scheduled termination of all managed work */
|
||||
/** scheduled termination of tardy managed work */
|
||||
private var timeoutCleanup : Cancellable = TaskResolver.DefaultCancellable
|
||||
/** logging utilities; default to tracing */
|
||||
private[this] val log = org.log4s.getLogger
|
||||
|
|
|
|||
Loading…
Reference in a new issue