changed name for sync function definition
This commit is contained in:
@@ -152,6 +152,6 @@ creates:
|
||||
@defproc[#:link-target? #f
|
||||
(fatal-my-module [msg string?] [arg any/c] ...) void?]{Fatal log.}
|
||||
@defproc[#:link-target? #f
|
||||
(sync-my-module) void?]{Puts a sync message to the logger and waits for the receiver until it logs this synchronization event.}
|
||||
(sync-log-my-module) void?]{Puts a sync message to the logger and waits for the receiver until it logs this synchronization event.}
|
||||
|
||||
All, except for @racket[sync-my-module] use @racket[format] and emit asynchronously.
|
||||
All, except for @racket[sync-log-my-module] use @racket[format] and emit asynchronously.
|
||||
|
||||
Reference in New Issue
Block a user