Uses of Interface
com.jackdaw.chatwithnpc.AsyncTask.TaskResult
Packages that use AsyncTask.TaskResult
-
Uses of AsyncTask.TaskResult in com.jackdaw.chatwithnpc
Classes in com.jackdaw.chatwithnpc that implement AsyncTask.TaskResultModifier and TypeClassDescriptionstatic class
Task result that does need to continue.Fields in com.jackdaw.chatwithnpc with type parameters of type AsyncTask.TaskResultModifier and TypeFieldDescriptionstatic final ConcurrentLinkedQueue<AsyncTask.TaskResult>
AsyncTask.taskQueue
Methods in com.jackdaw.chatwithnpc that return AsyncTask.TaskResultModifier and TypeMethodDescription@NotNull AsyncTask.TaskResult
AsyncTask.Task.execute()
Execute the task and return the result.static @NotNull AsyncTask.TaskResult
AsyncTask.nothingToDo()
Create a task result that does need to continue.static AsyncTask.TaskResult
AsyncTask.pollTaskQueue()
Poll the task queue. -
Uses of AsyncTask.TaskResult in com.jackdaw.chatwithnpc.openaiapi
Classes in com.jackdaw.chatwithnpc.openaiapi that implement AsyncTask.TaskResultModifier and TypeClassDescriptionstatic class
Represents the result of a Run request.