The Black Abbot (novel)
The Black Abbot is a crime novel by the British writer Edgar Wallace which was first published in 1926[1] about the ghost of an abbot haunting the grounds of an old abbey and protecting a lost treasure.
Author | Edgar Wallace |
---|---|
Country | United Kingdom |
Language | English |
Genre | Crime |
Publisher | Hodder & Stoughton |
Publication date | 1926 |
Media type |
The following year Wallace turned the story into a play The Terror which itself had several film adaptations.
Film adaptation
It was adapted in 1963 by the German studio Rialto Film as The Black Abbot as part of a long-running series of Wallace adaptations made by the company.[2]
gollark: Really? Hmm. Explain.
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
References
- Kabatchnik, Amnon (2012). Blood on the Stage, 1975-2000: Milestone Plays of Crime, Mystery and Detection. Scarecrow Press. p. 166. ISBN 9780810883550.
- Goble p.486
Bibliography
- Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.