yruslan / channel_scala

Scala implementation of the concurrency primitive similar to GoLang channels.
Apache License 2.0
8 stars 0 forks source link

Annotate classes that can throw InterruptedException #16

Closed yruslan closed 10 months ago

yruslan commented 10 months ago

Describe the feature

This can be helpful for clients of the library, especially Java clients.