perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

ISSUE-1013 Service::stop() should allow to await completion #1014

Closed chibenwa closed 6 years ago

chibenwa commented 6 years ago

This would allow to gain control on that operation and help avoid data races.

Solves issue https://github.com/perwendel/spark/issues/1013

jakaarl commented 6 years ago

Related to: #730 .

perwendel commented 6 years ago

730 has been merged. I suppose that makes this redundant?

chibenwa commented 6 years ago

For sure!