We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad93b2 commit 0b39633Copy full SHA for 0b39633
src/processes.jl
@@ -10,7 +10,7 @@ mutable struct Process <: DiscreteProcess
10
fsmi :: ResumableFunctions.FiniteStateMachineIterator
11
target :: AbstractEvent
12
resume :: Function
13
- function Process(func::Function, env::Environment, args::Any...; kwargs::Any...)
+ function Process(func::Function, env::Environment, args...; kwargs...)
14
proc = new()
15
proc.bev = BaseEvent(env)
16
proc.fsmi = func(env, args...; kwargs...)
0 commit comments