File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
test/scala/providers/assistant Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
9
9
)
10
10
11
11
ThisBuild / libraryDependencies ++= Seq (
12
- " readren" %% " taskflow-core" % " 0.2.1 -SNAPSHOT" ,
12
+ " readren" %% " taskflow-core" % " 0.2.2 -SNAPSHOT" ,
13
13
" org.typelevel" %% " scalacheck-effect" % " 1.0.4" % Test ,
14
14
" org.typelevel" %% " scalacheck-effect-munit" % " 1.0.4" % Test
15
15
)
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ package pruebas
3
3
4
4
import behaviors .Inquisitive .*
5
5
import core .*
6
- import core .Matrix .{DoerProvider , DoerProviderDescriptor }
7
- import providers .assistant .SharedQueueDoerAssistantProvider
6
+ import core .Matrix .DoerProviderDescriptor
8
7
import providers .doer .SharedQueueDoerProvider
9
- import pruebas .AideImpl
10
8
import rf .RegularRf
11
9
12
10
object ExampleWithAskCapability {
@@ -44,7 +42,7 @@ object ExampleWithAskCapability {
44
42
println(s " 3 + 7 = ${answer.result}" )
45
43
userReactant.stop()
46
44
}
47
- Stop
45
+ Continue
48
46
})()
49
47
}
50
48
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ package providers.assistant
4
4
import providers .ShutdownAble
5
5
6
6
import munit .ScalaCheckEffectSuite
7
+ import readren .matrix .providers .doer .AssistantBasedDoerProvider .DoerAssistantProvider
7
8
import readren .taskflow .Doer
8
9
9
10
import java .util .concurrent .TimeUnit
You can’t perform that action at this time.
0 commit comments