Add tag threadsafe

Issue #19 new
Mihael Schmidt repo owner created an issue

This tag should be used on a module level and should declare a module thread safe. The value of the tag may also provide the type of thread safety like concurrent or serialize or custom. The value must not wrap to multiple lines.

Example:

@threadsafe 

@threadsafe concurrent 

@threadsafe mutex/semaphore

Comments (0)

  1. Log in to comment