Quiz: Long-running Processes Using GenServer
Take a quiz to test your knowledge of what you've learned about GenServers.
We'll cover the following...
We'll cover the following...
Quiz - Long-Running Processes Using GenServer
1.
Which statement is true about GenServer
?
A.
It enables us to create non-interactive concurrent processes.
B.
It enables us to create interactive concurrent processes.
C.
It enables us to create interactive synchronous processes.
D.
It enables us to create non-interactive synchronous processes.
1 / 8
...